Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,4 +31,4 @@ def chat(message, history):
|
|
| 31 |
yield [{"role": "assistant", "content": f"❌ Error: {str(e)}"}]
|
| 32 |
|
| 33 |
# Launch without share=True in a Space
|
| 34 |
-
gr.ChatInterface(fn=chat, title="Sentiment Tiny Agent", type="messages").launch()
|
|
|
|
| 31 |
yield [{"role": "assistant", "content": f"❌ Error: {str(e)}"}]
|
| 32 |
|
| 33 |
# Launch without share=True in a Space
|
| 34 |
+
gr.ChatInterface(fn=chat, title="Sentiment Tiny Agent", type="messages").launch(mcp_server=True)
|