Wootang01 commited on
Commit
4019854
1 Parent(s): 9cd7dc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ examples=["""
9
  "Zoe Kwan was the greatest Hong Kong pop singer of all time"
10
  """]
11
 
12
- gr.Interface.load("huggingface/CompVis/stable-diffusion-v1-4", title=title, description=description, examples=examples live=False,preprocess=True, postprocess=False).launch()
13
 
14
 
15
  #import diffusers
 
9
  "Zoe Kwan was the greatest Hong Kong pop singer of all time"
10
  """]
11
 
12
+ gr.Interface.load("huggingface/CompVis/stable-diffusion-v1-4", title=title, description=description, examples=examples, live=False,preprocess=True, postprocess=False).launch()
13
 
14
 
15
  #import diffusers