Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
templates/fastapi-uvicorn
saq1b
/
api
like
0
Sleeping
App
Files
Files
Community
7addd51
api
/
start.py
Ron Au
Initial Commit
df8d5b7
over 2 years ago
raw
Copy download link
history
blame
Safe
100 Bytes
import
subprocess
subprocess.run(
"uvicorn modules.app:app --host 0.0.0.0 --port 7860"
, shell=
True
)