nevreal commited on
Commit
2253d97
·
verified ·
1 Parent(s): af3546a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import gradio as gr
2
  import os
3
  repo = "nevreal/hitori-gotou-s1-ponyxl-lora-nochekaiser" # modify this
4
- demo = gr.load(repo, src="models", hf_token=os.environ.get("HF_TOKEN"), title="nevreal/hitori-gotou-s1-ponyxl-lora-nochekaiser").launch()
5
  demo.launch()
 
1
  import gradio as gr
2
  import os
3
  repo = "nevreal/hitori-gotou-s1-ponyxl-lora-nochekaiser" # modify this
4
+ demo = gr.load(repo, src="models", hf_token=os.environ.get("HF_TOKEN"), title="nevreal/hitori-gotou-s1-ponyxl-lora-nochekaiser")
5
  demo.launch()