lizzy / app.py
nevreal's picture
Update app.py
a88a5e1 verified
raw
history blame
248 Bytes
import gradio as gr
import os
repo = "nevreal/hitori-gotou-s1-ponyxl-lora-nochekaiser" # modify this
demo = gr.load(repo, src="models", hf_token=os.env.get("HF_TOKEN"), title="nevreal/hitori-gotou-s1-ponyxl-lora-nochekaiser").launch()
demo.launch()