Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RishiXD
/
Datathon
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Datathon
/
app.py
RishiXD
Create app.py
80a5e44
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
128 Bytes
from
backend_app.main
import
app
if
__name__ ==
"__main__"
:
import
uvicorn
uvicorn.run(app, host=
"0.0.0.0"
, port=
7860
)