Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
OmidSakaki
/
Mental_Health_Text_Classification
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
OmidSakaki
commited on
25 days ago
Commit
e2ea049
·
verified
·
1 Parent(s):
c1007cf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -140,5 +140,6 @@ if __name__ == "__main__":
140
demo.launch(
141
server_name="0.0.0.0",
142
server_port=7860,
143
debug=False
144
)
140
demo.launch(
141
server_name="0.0.0.0",
142
server_port=7860,
143
+
share=True,
144
debug=False
145
)