DmitrMakeev commited on
Commit
9b195c5
1 Parent(s): 53bd9c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -994,4 +994,4 @@ with block:
994
  run_button3.click(fn=process3, outputs=[result_keyframe])
995
 
996
  block.queue(concurrency_count=1, max_size=20)
997
- block.launch(server_name='0.0.0.0')
 
994
  run_button3.click(fn=process3, outputs=[result_keyframe])
995
 
996
  block.queue(concurrency_count=1, max_size=20)
997
+ block.launch(debug=True, max_threads=True, share=True, inbrowser=True)