Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
GlobalBusinessAdvisors
/
eco-property-retrofit
like
0
Sleeping
App
Files
Files
Community
f2dd871
eco-property-retrofit
/
app.py
GlobalBusinessAdvisors
Update app.py
6c90606
verified
5 months ago
raw
Copy download link
history
blame
Safe
115 Bytes
import
uvicorn
if
__name__ ==
"__main__"
:
uvicorn.run(
"app.main:app"
, host=
"0.0.0.0"
, port=
8000
, reload=
True
)