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

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()
 
27
  yield f"Error: {e}"
28
 
29
  # Launch Tiny Agent UI
30
+ gr.ChatInterface(fn=chat, title="Sentiment Tiny Agent").launch(share=True)