Spaces:
Configuration error
Configuration error
update to 5 for examples (#21)
Browse files- update to 5 for examples (1948da448b5730e72e5aae5761435a4cb835aa15)
app.py
CHANGED
|
@@ -57,7 +57,7 @@ with gr.Blocks() as demo:
|
|
| 57 |
|
| 58 |
with gr.Row():
|
| 59 |
reference_image = gr.Image(label="Reference Image")
|
| 60 |
-
motion_sequence = gr.Video(format="mp4", label="Motion Sequence",max_length=
|
| 61 |
|
| 62 |
with gr.Column():
|
| 63 |
random_seed = gr.Textbox(label="Random seed", value=1, info="default: -1")
|
|
|
|
| 57 |
|
| 58 |
with gr.Row():
|
| 59 |
reference_image = gr.Image(label="Reference Image")
|
| 60 |
+
motion_sequence = gr.Video(format="mp4", label="Motion Sequence",max_length=5)
|
| 61 |
|
| 62 |
with gr.Column():
|
| 63 |
random_seed = gr.Textbox(label="Random seed", value=1, info="default: -1")
|