mfernezir commited on
Commit
998b574
·
1 Parent(s): 3b13b3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ def top3_text_classes(message, history):
9
  demo_sentiment = gr.ChatInterface(top3_text_classes, title="Text Sentiment Chatbot",
10
  description="Enter your text, and the chatbot will classify the sentiment.")
11
 
12
- demo_sentiment.launch()
 
9
  demo_sentiment = gr.ChatInterface(top3_text_classes, title="Text Sentiment Chatbot",
10
  description="Enter your text, and the chatbot will classify the sentiment.")
11
 
12
+ demo_sentiment.launch(share=True)