Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
public-space-test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1b067ae
public-space-test
/
app.py
abidlabs
HF Staff
Update app.py
1b067ae
over 1 year ago
raw
Copy download link
history
blame
Safe
113 Bytes
import
gradio
as
gr
HF_TOKEN = os.environ[
"HF_TOKEN"
]
gr.load(
"abidlabs/private-test-space"
, hf_token).launch()