Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -229,5 +229,5 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 229 |
|
| 230 |
if __name__ == "__main__":
|
| 231 |
# first positional argument = concurrency_count
|
| 232 |
-
demo.queue(
|
| 233 |
|
|
|
|
| 229 |
|
| 230 |
if __name__ == "__main__":
|
| 231 |
# first positional argument = concurrency_count
|
| 232 |
+
demo.queue(default_concurrency_limit=16).launch(share=True, ssr_mode=False)
|
| 233 |
|