Spaces:
Configuration error
Configuration error
Update app.py
Browse files
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 |
-
["
|
10 |
-
["
|
11 |
-
["
|
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()
|