Spaces:
Sleeping
Sleeping
simple edit
Browse files
app.py
CHANGED
@@ -175,4 +175,4 @@ def predict(message, history):
|
|
175 |
yield partial_message
|
176 |
|
177 |
|
178 |
-
gr.ChatInterface(fn=predict, title="Mental Health Chatbot").launch(
|
|
|
175 |
yield partial_message
|
176 |
|
177 |
|
178 |
+
gr.ChatInterface(fn=predict, title="Mental Health Chatbot").launch()
|