Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abdullahalioo
/
clone_try
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
55a12cd
clone_try
/
main.py
abdullahalioo
Upload 36 files
132fae0
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
99 Bytes
from
app
import
app
if
__name__ ==
'__main__'
:
app.run(host=
'0.0.0.0'
, port=
7860
, debug=
True
)