csabag76's picture
Update app.py with trust_remote_code
1028fe0 verified
raw
history blame
117 Bytes
import gradio as gr
import os
os.environ['HF_MODEL_TRUST_REMOTE_CODE'] = True
gr.load("models/csabag76/sg").launch()