Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -221,4 +221,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as app:
|
|
| 221 |
)
|
| 222 |
|
| 223 |
app.queue(default_concurrency_limit=2).launch(show_error=True)
|
| 224 |
-
app.launch()
|
|
|
|
| 221 |
)
|
| 222 |
|
| 223 |
app.queue(default_concurrency_limit=2).launch(show_error=True)
|
| 224 |
+
app.launch(mcp_server=True)
|