Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gradio/oauth-example
inoculatemedia
/
oauth-example2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6786d2f
oauth-example2
/
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
)