Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abdullahalioo
/
host
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c331343
host
/
main.py
abdullahalioo
Upload 10 files
c331343
verified
3 months ago
raw
Copy download link
history
blame
99 Bytes
from
app
import
app
if
__name__ ==
"__main__"
:
app.run(host=
"0.0.0.0"
, port=
5000
, debug=
True
)