csabag76's picture
fixing trust_remote_code = true : needs to be string
6f8269d verified
raw
history blame contribute delete
No virus
119 Bytes
import gradio as gr
import os
os.environ['HF_MODEL_TRUST_REMOTE_CODE'] = "true"
gr.load("models/csabag76/sg").launch()