Update app.py
Browse files
app.py
CHANGED
|
@@ -807,7 +807,6 @@ with gr.Blocks(title="LTX-2.3 Distilled") as demo:
|
|
| 807 |
label="Transition strength",
|
| 808 |
minimum=0.0, maximum=2.0, value=0.0, step=0.01
|
| 809 |
)
|
| 810 |
-
)
|
| 811 |
|
| 812 |
with gr.Column():
|
| 813 |
output_video = gr.Video(label="Generated Video", autoplay=False)
|
|
|
|
| 807 |
label="Transition strength",
|
| 808 |
minimum=0.0, maximum=2.0, value=0.0, step=0.01
|
| 809 |
)
|
|
|
|
| 810 |
|
| 811 |
with gr.Column():
|
| 812 |
output_video = gr.Video(label="Generated Video", autoplay=False)
|