Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abdullahalioo
/
clone_try
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
clone_try
/
main.py
abdullahalioo
Upload 36 files
132fae0
verified
8 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=
7860
, debug=
True
)