Wootang01 commited on
Commit
2b0d64c
1 Parent(s): 4d9700e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ examples=[
10
  ["Zoe’s big break came when the godfather of Cantopop Sam Hui stumbled upon a YouTube video of Zoe singing."]
11
  ]
12
 
13
- gr.Interface.load("huggingface/CompVis/stable-diffusion-v1-4", title=title, description=description, examples=examples, live=False,preprocess=True, postprocess=False).launch()
14
 
15
 
16
  #import diffusers
 
10
  ["Zoe’s big break came when the godfather of Cantopop Sam Hui stumbled upon a YouTube video of Zoe singing."]
11
  ]
12
 
13
+ gr.Interface.load("huggingface/stabilityai/stable-diffusion-2-1-base", title=title, description=description, examples=examples, live=False,preprocess=True, postprocess=False).launch()
14
 
15
 
16
  #import diffusers