Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rohan13
/
coursera-qa-bot
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
rohan13
commited on
Apr 1, 2023
Commit
b15cf57
Β·
1 Parent(s):
9e9a41a
host updated
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -47,4 +47,4 @@ def handle_message(data):
47
48
49
if __name__ == '__main__':
50
-
socketio.run(app,
port
=
7860
,
use_reloader
=
True
)
47
48
49
if __name__ == '__main__':
50
+
socketio.run(app,
host
=
"0.0.0.0"
,
port
=
7860
)