Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
templates/fastapi-uvicorn
gradio
/
oauth-example
like
19
Running
on
CPU Upgrade
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4deec38
oauth-example
/
start.py
abidlabs
HF staff
changes
c944527
about 1 year ago
raw
Copy download link
history
blame
Safe
92 Bytes
import
subprocess
subprocess.run(
"uvicorn app:app --host 0.0.0.0 --port 7860"
, shell=
True
)