Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -2407,4 +2407,4 @@ with gr.Blocks(theme="bethecloud/storj_theme", css=css, delete_cache=(60, 60)) a
|
|
| 2407 |
)
|
| 2408 |
|
| 2409 |
app.queue()
|
| 2410 |
-
app.launch(
|
|
|
|
| 2407 |
)
|
| 2408 |
|
| 2409 |
app.queue()
|
| 2410 |
+
app.launch(mcp_server=True, ssr_mode=False, show_error=True)
|