Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
datasciencedojo/Mental_Health_Bot
codemogul
/
TB
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
codemogul
commited on
Feb 7, 2023
Commit
6a174eb
·
1 Parent(s):
c3e25c7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -135,4 +135,4 @@ demo = gr.Interface(
135
css=css
136
)
137
if __name__ == "__main__":
138
-
demo.launch()
135
css=css
136
)
137
if __name__ == "__main__":
138
+
demo.launch(
share=True
)