Wootang01 commited on
Commit
cd218a3
1 Parent(s): 4019854

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,8 +5,8 @@ models =["CompVis/stable-diffusion-v1-4", "runwayml/stable-diffusion-v1-5", "sta
5
  title="Text to Image with Stable Diffusion 1.4"
6
  description="Input text, submit and the computer will create a picture."
7
  examples=["""
8
- "Once upon a time, Dr. Woo was walking his dog in a park. Dr. Woo was wearing a blue suit. His dog was a collie",
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()
 
5
  title="Text to Image with Stable Diffusion 1.4"
6
  description="Input text, submit and the computer will create a picture."
7
  examples=["""
8
+ ["Once upon a time, Dr. Woo was walking his dog in a park. Dr. Woo was wearing a blue suit. His dog was a collie"],
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()