Spaces:
Running
on
Zero
Running
on
Zero
mcp_server=True
Browse files
app.py
CHANGED
|
@@ -174,4 +174,4 @@ chat_interface = gr.ChatInterface(
|
|
| 174 |
)
|
| 175 |
|
| 176 |
if __name__ == "__main__":
|
| 177 |
-
chat_interface.queue(max_size=20).launch()
|
|
|
|
| 174 |
)
|
| 175 |
|
| 176 |
if __name__ == "__main__":
|
| 177 |
+
chat_interface.queue(max_size=20).launch(mcp_server=True)
|