Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abdullahalioo
/
final_clone
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abdullahalioo
commited on
20 days ago
Commit
ea6fefe
·
verified
·
1 Parent(s):
e97a93c
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
from app import app
2
3
if __name__ == '__main__':
4
-
app.run(host='0.0.0.0', port=
5000
, debug=True)
1
from app import app
2
3
if __name__ == '__main__':
4
+
app.run(host='0.0.0.0', port=
7860
, debug=True)