Fabrice-TIERCELIN commited on
Commit
9a039b9
·
verified ·
1 Parent(s): b342f1b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -414,8 +414,8 @@ with gr.Blocks() as app:
414
  gr.Examples(
415
  label = "Examples from images",
416
  examples = [
417
- ["poli_tower.png", "tower_takes_off.png", "the man turns around"],
418
  ["ugly_sonic.jpeg", "squatting_sonic.png", "the character dodges the missiles"],
 
419
  ["capyabara_zoomed.png", "capyabara.webp", "a dramatic dolly zoom"],
420
  ],
421
  inputs = [start_image, end_image, prompt],
 
414
  gr.Examples(
415
  label = "Examples from images",
416
  examples = [
 
417
  ["ugly_sonic.jpeg", "squatting_sonic.png", "the character dodges the missiles"],
418
+ ["poli_tower.png", "tower_takes_off.png", "the man turns around"],
419
  ["capyabara_zoomed.png", "capyabara.webp", "a dramatic dolly zoom"],
420
  ],
421
  inputs = [start_image, end_image, prompt],