AlStable commited on
Commit
8926599
·
1 Parent(s): e25f345

Update app.py

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