Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
redpeacock78
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6d205a0
test
/
app.py
redpeacock78
fix: Fix app.py
6d205a0
over 1 year ago
raw
Copy download link
history
blame
Safe
163 Bytes
import
os
import
gradio
as
gr
auth_token = os.environ.get(
"TOKEN_FROM_SECRET"
)
or
True
gr.Interface.load(
"models/redpeacock78/test"
, api_key=auth_token).launch()