Blane187 commited on
Commit
e2f2641
·
verified ·
1 Parent(s): 8997bf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,5 +2,5 @@ import gradio as gr
2
 
3
  model = "Blane187/ai-hoshino-s1-ponyxl-lora-nochekaise"
4
 
5
- demo = gr.load(model, src="model", theme="Blane187/fuchsia")
6
  demo.launch()
 
2
 
3
  model = "Blane187/ai-hoshino-s1-ponyxl-lora-nochekaise"
4
 
5
+ demo = gr.load(model, src="models", theme="Blane187/fuchsia")
6
  demo.launch()