Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test-loading
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
462e2c8
test-loading
/
app.py
abidlabs
HF Staff
Create app.py
462e2c8
over 2 years ago
raw
Copy download link
history
blame
Safe
135 Bytes
import
gradio
as
gr
import
os
gr.Interface.load(
"spaces/gradio/test-loading-examples-private"
, api_key=os.getenv(
"hf_token"
)).launch()