Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|