Fixed some examples' capitalisation

#10105
by sryu1 - opened
Files changed (1) hide show
  1. app.py +6 -6
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
- '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
  ]
 
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
  ]