Wootang01 commited on
Commit
b504835
1 Parent(s): 6e00fea

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", 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/stabilityai/stable-diffusion-2-1-base", title=title, description=description, examples=examples, live=False,preprocess=True, postprocess=False).launch()
15
 
16
 
17
  #import diffusers