Fabrice-TIERCELIN commited on
Commit
61523b2
·
verified ·
1 Parent(s): 59f657e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -257,7 +257,7 @@ with gr.Blocks() as demo:
257
 
258
  gr.Examples(
259
  examples=[
260
- ["Example.png", 42, True, 7, 30, 0.1, 3, "mp4", "png", "svdxt"]
261
  ],
262
  inputs=[image, seed, randomize_seed, motion_bucket_id, fps_id, noise_aug_strength, decoding_t, video_format, frame_format, version],
263
  outputs=[video_output],
 
257
 
258
  gr.Examples(
259
  examples=[
260
+ ["Example.png", 42, True, 3, 30, 0.1, 3, "mp4", "png", "svdxt"]
261
  ],
262
  inputs=[image, seed, randomize_seed, motion_bucket_id, fps_id, noise_aug_strength, decoding_t, video_format, frame_format, version],
263
  outputs=[video_output],