KingNish commited on
Commit
1332b31
1 Parent(s): cf80990

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -5
app.py CHANGED
@@ -154,28 +154,33 @@ footer {
154
  examples=[
155
  [
156
  "Image Generation",
157
- "A Super Car",
158
  None,
 
 
159
  ],
160
  [
161
  "Image Editing",
162
- "make it red",
163
  "./supercar.png",
 
 
164
  ],
165
  [
166
  "Image Editing",
167
- "add some snow",
168
  "./red_car.png",
 
 
169
  ],
170
  [
171
  "Image Generation",
172
- "Ironman flying in front of Ststue of liberty",
173
  None,
 
 
174
  ],
175
  [
176
  "Image Generation",
 
177
  "Beautiful Eiffel Tower at Night",
178
- None,
179
  ],
180
  ]
181
 
 
154
  examples=[
155
  [
156
  "Image Generation",
 
157
  None,
158
+ "A Super Car",
159
+
160
  ],
161
  [
162
  "Image Editing",
 
163
  "./supercar.png",
164
+ "make it red",
165
+
166
  ],
167
  [
168
  "Image Editing",
 
169
  "./red_car.png",
170
+ "add some snow",
171
+
172
  ],
173
  [
174
  "Image Generation",
 
175
  None,
176
+ "Kids going o school, Anime style",
177
+
178
  ],
179
  [
180
  "Image Generation",
181
+ None,
182
  "Beautiful Eiffel Tower at Night",
183
+
184
  ],
185
  ]
186