Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
templates/gradio-oauth
lunarflu
/
gradio-oauth2
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
75af3c9
gradio-oauth2
/
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
)