AlStable commited on
Commit
9943c96
·
1 Parent(s): e04b795

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ models = [
24
  Model("SD21","models/stabilityai/stable-diffusion-2-1", "")
25
  ]
26
 
27
- custom_model = models[1].path
28
 
29
  gr.Interface.load(
30
  name= custom_model,
 
24
  Model("SD21","models/stabilityai/stable-diffusion-2-1", "")
25
  ]
26
 
27
+ custom_model = models[2].path
28
 
29
  gr.Interface.load(
30
  name= custom_model,