Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JoyceTan
/
AAC-Engagement-Predictor
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
JoyceTan
commited on
Feb 23
Commit
4176e7f
·
verified
·
1 Parent(s):
c332d2e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-1
app.py
CHANGED
Viewed
@@ -73,4 +73,8 @@ demo = gr.Interface(
73
)
74
75
if __name__ == "__main__":
76
-
demo.launch(
)
73
)
74
75
if __name__ == "__main__":
76
+
demo.launch(
77
+
server_name="0.0.0.0",
78
+
server_port=7860,
79
+
ssr_mode=False
80
+
)