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...
csabag76
commited on
Feb 1, 2024
Commit
1028fe0
·
verified
·
1 Parent(s):
0d73779
Update app.py with trust_remote_code
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import gradio as gr
2
3
gr.load("models/csabag76/sg").launch()
1
import gradio as gr
2
+
import os
3
4
+
os.environ['HF_MODEL_TRUST_REMOTE_CODE'] = True
5
gr.load("models/csabag76/sg").launch()