Spaces:
Sleeping
Sleeping
fixing trust_remote_code = true : needs to be string
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
import os
|
3 |
|
4 |
-
os.environ['HF_MODEL_TRUST_REMOTE_CODE'] =
|
5 |
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()
|