Update app.py
Browse files
app.py
CHANGED
|
@@ -802,7 +802,7 @@ with gr.Blocks(css=css, title="Wan 2.2 Animate --replace", theme=gr.themes.Ocean
|
|
| 802 |
""")
|
| 803 |
input_video = gr.Video(label="Input Video", height=512)
|
| 804 |
|
| 805 |
-
max_duration_slider = gr.Slider(2, 10, 2, step=1, label="Max Duration"
|
| 806 |
|
| 807 |
gr.Examples(
|
| 808 |
examples=[
|
|
|
|
| 802 |
""")
|
| 803 |
input_video = gr.Video(label="Input Video", height=512)
|
| 804 |
|
| 805 |
+
max_duration_slider = gr.Slider(2, 10, 2, step=1, label="Max Duration")
|
| 806 |
|
| 807 |
gr.Examples(
|
| 808 |
examples=[
|