Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eienmojiki
/
PokeGen
like
0
Sleeping
App
Files
Files
Community
c6fcf99
PokeGen
/
start.py
Ron Au
refactor(FastAPI): Flask -> FastAPI
c6fcf99
almost 3 years ago
raw
Copy download link
history
blame
Safe
66 Bytes
import
subprocess
subprocess.run(
"uvicorn app:app"
, shell=
True
)