Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
templates/fastapi-uvicorn
kamau1
/
PesaQ-api
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f90d423
PesaQ-api
/
start.py
kamau1
Rename start.txt to start.py
0330090
over 1 year 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
)