asahi417 commited on
Commit
be2e8f1
1 Parent(s): 5177dcf

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,5 +54,5 @@ with gr.Blocks() as demo:
54
  inputs=[image, num_frames, motion_bucket_id, noise_aug_strength, decode_chunk_size, fps, seed],
55
  outputs=[video]
56
  )
57
- gr.Examples(fn=infer, examples=examples, inputs=image, outputs=[video])
58
  demo.launch()
 
54
  inputs=[image, num_frames, motion_bucket_id, noise_aug_strength, decode_chunk_size, fps, seed],
55
  outputs=[video]
56
  )
57
+ gr.Examples(examples=examples, inputs=image)
58
  demo.launch()