Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Fu01978
/
Chess_Analyzer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Fu01978
commited on
16 days ago
Commit
2aa6fbb
·
verified
·
1 Parent(s):
1ba9658
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -74,4 +74,4 @@ def stream(job_id: str):
74
75
76
if __name__ == "__main__":
77
-
app.run(debug=True, threaded=True, port=7860)
74
75
76
if __name__ == "__main__":
77
+
app.run(debug=True, threaded=True,
host='0.0.0.0',
port=7860)