Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eienmojiki
/
PokeGen
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7afaa57
PokeGen
/
start.py
Ron Au
fix(host): Configure uvicorn host for HF Spaces
7afaa57
almost 3 years ago
raw
Copy download link
history
blame
Safe
93 Bytes
import
subprocess
subprocess.run(
"uvicorn app:app --host 0.0.0.0 --port 7860"
, shell=
True
)