Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abdullahalioo
/
Adnan-bhai_server
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abdullahalioo
commited on
Aug 10
Commit
31d8496
·
verified
·
1 Parent(s):
22c56ef
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(debug=True, host="0.0.0.0", port=
5000
)
1
from app import app
2
3
if __name__ == "__main__":
4
+
app.run(debug=True, host="0.0.0.0", port=
7860
)