Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fantaxy/Space-Leaderboard
openfree
/
Web-Manager
like
17
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
seawolf2357
commited on
Mar 12, 2025
Commit
4e7524a
·
verified
·
1 Parent(s):
0e89336
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -788,5 +788,5 @@ if __name__ == '__main__':
788
</html>
789
''')
790
791
-
# 서
버
실행
792
-
app.run(
debug
=
True
)
788
</html>
789
''')
790
791
+
#
허깅페이스 스페이스에
서
는
7860 포트 사용
792
+
app.run(
host
=
'0.0.0.0', port=7860
)