wlchee commited on
Commit
f1431ce
·
verified ·
1 Parent(s): 44baaff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,4 +27,4 @@ def chat(message, history):
27
  yield f"Error: {e}"
28
 
29
  # Launch Tiny Agent UI
30
- gr.ChatInterface(fn=chat, title="Sentiment Tiny Agent").launch(share=True)
 
27
  yield f"Error: {e}"
28
 
29
  # Launch Tiny Agent UI
30
+ gr.ChatInterface(fn=chat, title="Sentiment Tiny Agent").launch()