Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -392,4 +392,4 @@ with gr.Blocks(css="style.css", theme="NoCrypt/[email protected]", delete_cache=(4000,
|
|
392 |
)
|
393 |
|
394 |
if __name__ == "__main__":
|
395 |
-
demo.queue(default_concurrency_limit=
|
|
|
392 |
)
|
393 |
|
394 |
if __name__ == "__main__":
|
395 |
+
demo.queue(default_concurrency_limit=10).launch(show_error=True, debug=IS_COLAB, share=IS_COLAB)
|