Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
lucas-w
/
mental-health-10
like
1
Runtime error
App
Files
Files
Community
lucas-w
commited on
Aug 5, 2023
Commit
7d2b56b
β’
1 Parent(s):
3a68960
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -58,7 +58,7 @@ def mental_chat(message, history):
58
59
demo = gr.ChatInterface(mental_chat)
60
61
-
demo.launch()
62
63
"""
64
58
59
demo = gr.ChatInterface(mental_chat)
60
61
+
demo.launch()
#
62
63
"""
64