Fabrice-TIERCELIN commited on
Commit
41564e9
1 Parent(s): 1ae6f28

Failing example at the end

Browse files
Files changed (1) hide show
  1. app.py +14 -14
app.py CHANGED
@@ -298,20 +298,6 @@ with gr.Blocks() as interface:
298
  42,
299
  False
300
  ],
301
- [
302
- "./Examples/Example2.webp",
303
- "A cat, ultrarealistic, realistic, photorealistic, 8k",
304
- "./Examples/Mask2.png",
305
- "Painting, drawing, cartoon, ugly, malformed, noise, blur, watermark",
306
- 1000,
307
- 25,
308
- 7,
309
- 1.1,
310
- 0.99,
311
- True,
312
- 42,
313
- False
314
- ],
315
  [
316
  "./Examples/Example3.jpg",
317
  "An angry old woman, ultrarealistic, realistic, photorealistic, 8k",
@@ -354,6 +340,20 @@ with gr.Blocks() as interface:
354
  42,
355
  False
356
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
357
  ],
358
  cache_examples = False,
359
  )
 
298
  42,
299
  False
300
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
301
  [
302
  "./Examples/Example3.jpg",
303
  "An angry old woman, ultrarealistic, realistic, photorealistic, 8k",
 
340
  42,
341
  False
342
  ],
343
+ [
344
+ "./Examples/Example2.webp",
345
+ "A cat, ultrarealistic, realistic, photorealistic, 8k",
346
+ "./Examples/Mask2.png",
347
+ "Painting, drawing, cartoon, ugly, malformed, noise, blur, watermark",
348
+ 1000,
349
+ 25,
350
+ 7,
351
+ 1.1,
352
+ 0.99,
353
+ True,
354
+ 42,
355
+ False
356
+ ],
357
  ],
358
  cache_examples = False,
359
  )