Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Geek7
/
ztxi2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Geek7
commited on
Feb 13
Commit
319feef
·
verified
·
1 Parent(s):
7e5a1e8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -74,4 +74,4 @@ def check_vpn():
74
75
76
if __name__ == "__main__":
77
-
app.run(host=
"
0.0.0.0
"
, port=
5000, debug=True
)
74
75
76
if __name__ == "__main__":
77
+
app.run(host=
'
0.0.0.0
'
, port=
7860
)