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