fffiloni commited on
Commit
4f188c9
·
verified ·
1 Parent(s): a741a5e

update examples

Browse files
Files changed (1) hide show
  1. app_df.py +2 -2
app_df.py CHANGED
@@ -219,9 +219,9 @@ with gr.Blocks() as demo:
219
 
220
  gr.Examples(
221
  examples = [
222
- ["A graceful white swan with a curved neck and delicate feathers swimming in a serene lake at dawn, its reflection perfectly mirrored in the still water as mist rises from the surface, with the swan occasionally dipping its head into the water to feed.", "./examples/swan.jpeg", "10"],
223
  # ["A graceful white swan with a curved neck and delicate feathers swimming in a serene lake at dawn, its reflection perfectly mirrored in the still water as mist rises from the surface, with the swan occasionally dipping its head into the water to feed.", None],
224
- ["A sea turtle swimming near a shipwreck", "./examples/turtle.jpeg", "10"],
225
  # ["A sea turtle swimming near a shipwreck", None],
226
  ],
227
  fn = generate_diffusion_forced_video,
 
219
 
220
  gr.Examples(
221
  examples = [
222
+ ["A graceful white swan with a curved neck and delicate feathers swimming in a serene lake at dawn, its reflection perfectly mirrored in the still water as mist rises from the surface, with the swan occasionally dipping its head into the water to feed.", "./examples/swan.jpeg", "4"],
223
  # ["A graceful white swan with a curved neck and delicate feathers swimming in a serene lake at dawn, its reflection perfectly mirrored in the still water as mist rises from the surface, with the swan occasionally dipping its head into the water to feed.", None],
224
+ ["A sea turtle swimming near a shipwreck", "./examples/turtle.jpeg", "4"],
225
  # ["A sea turtle swimming near a shipwreck", None],
226
  ],
227
  fn = generate_diffusion_forced_video,