Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abdullahalioo
/
try
like
0
Running
App
Files
Files
Community
main
try
/
main.py
abdullahalioo
Upload 22 files
ce23758
verified
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
99 Bytes
from
app
import
app
if
__name__ ==
"__main__"
:
app.run(host=
"0.0.0.0"
, port=
5000
, debug=
True
)