Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -731,7 +731,7 @@ with gr.Blocks() as demo:
|
|
731 |
video_input = gr.Video(label="Upload a driving video (MP4 format)")
|
732 |
generate_video_button = gr.Button("Generate Video")
|
733 |
gr.Examples(
|
734 |
-
examples=["video1.
|
735 |
inputs=image_input,
|
736 |
label="Example Images"
|
737 |
)
|
|
|
731 |
video_input = gr.Video(label="Upload a driving video (MP4 format)")
|
732 |
generate_video_button = gr.Button("Generate Video")
|
733 |
gr.Examples(
|
734 |
+
examples=["video1.mp4", "video2.mp4", "video3.mp4", "video4.mp4"],
|
735 |
inputs=image_input,
|
736 |
label="Example Images"
|
737 |
)
|