Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Techbitforge
/
server
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Techbitforge
commited on
Nov 9
Commit
d872ccf
·
verified
·
1 Parent(s):
7f94bec
Update server.py
Browse files
Files changed (1)
hide
show
server.py
+1
-1
server.py
CHANGED
Viewed
@@ -59,4 +59,4 @@ def otp(otp):
59
60
61
if __name__ == '__main__':
62
-
app.run(host='0.0.0.0', port=
8080
)
59
60
61
if __name__ == '__main__':
62
+
app.run(host='0.0.0.0', port=
7860
)