Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
templates/gradio-oauth
liyaoshi
/
gradio-oauth-test
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
75af3c9
gradio-oauth-test
/
start.py
Wauplin
HF Staff
First oauth test
ccec886
almost 2 years 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
)