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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -6,9 +6,9 @@ models =["CompVis/stable-diffusion-v1-4", "runwayml/stable-diffusion-v1-5", "sta
6
  title="Creating Pictures for Your Activities"
7
  description="Input your sentence(s) about your activity, submit and the computer will create a picture. To create a better picture, try adding more ideas and details. For example, you can add more nouns, adjectives, prepositions of time and time words."
8
  examples=[
9
- ["Once upon a time, Dr. Woo was walking his dog in a park. His dog was a poodle."],
10
- ["Zoe Kwan is a 20-year old singer and songwriter who has taken Hong Kong’s music scene by storm."],
11
- ["Zoe’s big break came when the godfather of Cantopop Sam Hui stumbled upon a YouTube video of Zoe singing."]
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()
 
6
  title="Creating Pictures for Your Activities"
7
  description="Input your sentence(s) about your activity, submit and the computer will create a picture. To create a better picture, try adding more ideas and details. For example, you can add more nouns, adjectives, prepositions of time and time words."
8
  examples=[
9
+ ["First, we will run in Regent’s Park because we all love keeping fit while on holiday."],
10
+ ["Second, we will visit a cafe as we like drinking coffee and writing. We can take many nice photos!"],
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()