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
26 days ago
Commit
3257872
·
verified
·
1 Parent(s):
e4f0419
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)
74
75
76
if __name__ == "__main__":
77
+
app.run(debug=True, threaded=True
, port=7860
)