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...
1930951
PesaQ-api
/
start.py
kamau1
Rename start00.py to start.py
1930951
over 1 year ago
raw
Copy download link
history
blame
Safe
56 Bytes
import
subprocess
subprocess.run(
"app.py"
, shell=
True
)