Wootang01 commited on
Commit
44f5376
1 Parent(s): b11717d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ examples=[
11
  ["Third, we must spend time to drink some local beer in a popular restaurant."]
12
  ]
13
 
14
- gr.Interface.load("huggingface/stabilityai/stable-diffusion-2-1-base", title=title, description=description, examples=examples, live=False,preprocess=True, postprocess=False).launch()
15
 
16
 
17
  #import diffusers
 
11
  ["Third, we must spend time to drink some local beer in a popular restaurant."]
12
  ]
13
 
14
+ gr.Interface.load("huggingface/runwayml/stable-diffusion-v1-5", title=title, description=description, examples=examples, live=False,preprocess=True, postprocess=False).launch()
15
 
16
 
17
  #import diffusers