wlchee commited on
Commit
1e0edbc
·
verified ·
1 Parent(s): 691ca73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)