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

Update app.py

Browse files

switching to cyberpunk

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[0].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[1].path
28
 
29
  gr.Interface.load(
30
  name= custom_model,