Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -2418,4 +2418,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 60)) as app:
|
|
2418 |
)
|
2419 |
|
2420 |
app.queue()
|
2421 |
-
app.launch(ssr_mode=False, show_error=True)
|
|
|
2418 |
)
|
2419 |
|
2420 |
app.queue()
|
2421 |
+
app.launch(mcp_server=True, ssr_mode=False, show_error=True)
|