Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -371,5 +371,5 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
|
371 |
queue=True,
|
372 |
)
|
373 |
|
374 |
-
|
375 |
-
|
|
|
371 |
queue=True,
|
372 |
)
|
373 |
|
374 |
+
iface.queue(max_size=64, default_concurrency_limit=1, api_open=False).launch(share=True, show_api=False)
|
375 |
+
# ===== Application Startup at 2024-12-20 01:30:34 =====
|