Upload folder using huggingface_hub
Browse files
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(
|
| 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()
|