test / app.py
redpeacock78
fix: Fix app.py
73557cf
raw
history blame
316 Bytes
import gradio as gr
auth_token = os.environ.get("TOKEN_FROM_SECRET") or True
gr.Interface.load("models/redpeacock78/test/IllustroMeld - ((AnythingV5:50%+SomethingV2.2:%50):70%+BalorMixV4.3:%30):70%+((Hyperanatomy_MegamergeV1:70%+gape60:30%):80%+SodaMixV10:30%):30%.safetensors", use_auth_token=auth_token).launch()