Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Fixed some examples capitalisation
Browse files
app.py
CHANGED
@@ -158,27 +158,27 @@ block = gr.Blocks(css=css)
|
|
158 |
examples = [
|
159 |
[
|
160 |
'A high tech solarpunk utopia in the Amazon rainforest',
|
161 |
-
'
|
162 |
9
|
163 |
],
|
164 |
[
|
165 |
'A pikachu fine dining with a view to the Eiffel Tower',
|
166 |
-
'
|
167 |
9
|
168 |
],
|
169 |
[
|
170 |
'A mecha robot in a favela in expressionist style',
|
171 |
-
'
|
172 |
9
|
173 |
],
|
174 |
[
|
175 |
-
'
|
176 |
-
'
|
177 |
9
|
178 |
],
|
179 |
[
|
180 |
"A small cabin on top of a snowy mountain in the style of Disney, artstation",
|
181 |
-
'
|
182 |
9
|
183 |
],
|
184 |
]
|
|
|
158 |
examples = [
|
159 |
[
|
160 |
'A high tech solarpunk utopia in the Amazon rainforest',
|
161 |
+
'Low quality',
|
162 |
9
|
163 |
],
|
164 |
[
|
165 |
'A pikachu fine dining with a view to the Eiffel Tower',
|
166 |
+
'Low quality',
|
167 |
9
|
168 |
],
|
169 |
[
|
170 |
'A mecha robot in a favela in expressionist style',
|
171 |
+
'Low quality, 3d, photorealistic',
|
172 |
9
|
173 |
],
|
174 |
[
|
175 |
+
'An insect robot preparing a delicious meal',
|
176 |
+
'Low quality, illustration',
|
177 |
9
|
178 |
],
|
179 |
[
|
180 |
"A small cabin on top of a snowy mountain in the style of Disney, artstation",
|
181 |
+
'Low quality, ugly',
|
182 |
9
|
183 |
],
|
184 |
]
|