Wootang01 commited on
Commit
4f3c91a
1 Parent(s): 60eb849

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ import torch
3
 
4
  models =["CompVis/stable-diffusion-v1-4", "runwayml/stable-diffusion-v1-5", "stabilityai/stable-diffusion-2-1", "stabilityai/stable-diffusion-2-1-base"]
5
 
6
- title="Text to Image with Stable Diffusion 2.1"
7
- description="Input your sentence(s), submit and the computer will create a picture. To create a better picture, try adding more details."
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."],
 
3
 
4
  models =["CompVis/stable-diffusion-v1-4", "runwayml/stable-diffusion-v1-5", "stabilityai/stable-diffusion-2-1", "stabilityai/stable-diffusion-2-1-base"]
5
 
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."],