Spaces:
Running
Running
ai: Enable MCP Server.
Browse files- src/main/gradio.py +1 -1
src/main/gradio.py
CHANGED
@@ -174,4 +174,4 @@ def launch_ui():
|
|
174 |
# Stop message
|
175 |
msg.stop(fn=stop_response, inputs=[user_history, user_session], outputs=[chatbot, msg, user_session])
|
176 |
# Launch
|
177 |
-
jarvis.queue(default_concurrency_limit=2).launch(max_file_size="1mb")
|
|
|
174 |
# Stop message
|
175 |
msg.stop(fn=stop_response, inputs=[user_history, user_session], outputs=[chatbot, msg, user_session])
|
176 |
# Launch
|
177 |
+
jarvis.queue(default_concurrency_limit=2).launch(max_file_size="1mb", mcp_server=True)
|