Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
csabag76
/
csabag76-sg-gradio
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1028fe0
csabag76-sg-gradio
/
app.py
csabag76
Update app.py with trust_remote_code
1028fe0
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
117 Bytes
import
gradio
as
gr
import
os
os.environ[
'HF_MODEL_TRUST_REMOTE_CODE'
] =
True
gr.load(
"models/csabag76/sg"
).launch()