justinpinkney commited on
Commit
29de853
1 Parent(s): 93c02f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -190,27 +190,27 @@ To skip the queue you can <a href="https://huggingface.co/spaces/lambdalabs/imag
190
  ex = gr.Examples([
191
  [
192
  "Image", "Image", "Text/URL", "Nothing", "Nothing",
193
- None,None,"central symmetric figure detailed artwork",None,None,
194
- "gainsborough.jpeg","blonder.jpeg",None,None,None,
195
  1,1.35,1.4,1,1,
196
  3.0, 1, 0, 30,
197
  ],
198
  [
199
  "Image", "Image", "Text/URL", "Image", "Nothing",
200
- None,None,"flowers",None,None,
201
- "ex2-1.jpeg","ex2-2.jpeg",None,"ex2-3.jpeg",None,
202
  1,1,1.5,1.25,1,
203
  3.0, 1, 0, 30,
204
  ],
205
  [
206
  "Image", "Image", "Image", "Nothing", "Nothing",
207
- None,None,None,None,None,
208
- "ex1-1.jpeg","ex1-2.jpeg","ex1-3.jpeg",None,None,
209
  1.1,1,1.4,1,1,
210
  3.0, 1, 0, 30,
211
  ],
212
  ],
213
- inputs=inps, outputs=[output], cache_examples=False)
214
 
215
  gr.Markdown(
216
  """
 
190
  ex = gr.Examples([
191
  [
192
  "Image", "Image", "Text/URL", "Nothing", "Nothing",
193
+ "","","central symmetric figure detailed artwork","","",
194
+ "gainsborough.jpeg","blonder.jpeg","blonder.jpeg","blonder.jpeg","blonder.jpeg",
195
  1,1.35,1.4,1,1,
196
  3.0, 1, 0, 30,
197
  ],
198
  [
199
  "Image", "Image", "Text/URL", "Image", "Nothing",
200
+ "","","flowers","","",
201
+ "ex2-1.jpeg","ex2-2.jpeg","blonder.jpeg","ex2-3.jpeg","blonder.jpeg",
202
  1,1,1.5,1.25,1,
203
  3.0, 1, 0, 30,
204
  ],
205
  [
206
  "Image", "Image", "Image", "Nothing", "Nothing",
207
+ "","","","","",
208
+ "ex1-1.jpeg","ex1-2.jpeg","ex1-3.jpeg","blonder.jpeg","blonder.jpeg",
209
  1.1,1,1.4,1,1,
210
  3.0, 1, 0, 30,
211
  ],
212
  ],
213
+ fn=run, inputs=inps, outputs=[output], cache_examples=True)
214
 
215
  gr.Markdown(
216
  """