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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ 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 is a 20-year old singer and songwriter who has taken Hong Kong’s music scene by storm."],
10
  ["Zoe’s big break came when the godfather of Cantopop Sam Hui stumbled upon a YouTube video of Zoe singing."]
11
  ]
 
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. His dog was a poodle."],
9
  ["Zoe Kwan is a 20-year old singer and songwriter who has taken Hong Kong’s music scene by storm."],
10
  ["Zoe’s big break came when the godfather of Cantopop Sam Hui stumbled upon a YouTube video of Zoe singing."]
11
  ]