Spaces:
Runtime error
Runtime error
Remove ssr_mode option from iface.launch for cleaner configuration
Browse files
app.py
CHANGED
@@ -589,4 +589,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
|
589 |
concurrency_limit=1,
|
590 |
)
|
591 |
|
592 |
-
iface.queue(max_size=128).launch(show_api=False
|
|
|
589 |
concurrency_limit=1,
|
590 |
)
|
591 |
|
592 |
+
iface.queue(max_size=128).launch(show_api=False)
|