Spaces:
Runtime error
Runtime error
DmitrMakeev
commited on
Commit
·
9b195c5
1
Parent(s):
53bd9c0
Update app.py
Browse files
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(
|
|
|
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)
|