lizzy / app.py
nevreal's picture
Update app.py
2f47cf9 verified
raw
history blame
195 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.environ.get("HF_TOKEN")).launch()
demo.launch()