Blane187 commited on
Commit
78951ae
1 Parent(s): 20b1fcf

Update app.py

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