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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -4,10 +4,11 @@ models =["CompVis/stable-diffusion-v1-4", "runwayml/stable-diffusion-v1-5", "sta
4
 
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()
13
 
 
4
 
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
+ ]
12
 
13
  gr.Interface.load("huggingface/CompVis/stable-diffusion-v1-4", title=title, description=description, examples=examples, live=False,preprocess=True, postprocess=False).launch()
14