Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -306,8 +306,8 @@ css="""
|
|
| 306 |
"""
|
| 307 |
|
| 308 |
with gr.Blocks(css=css) as demo:
|
| 309 |
-
gr.Markdown("# LTX Video 0.9.7 Distilled
|
| 310 |
-
gr.Markdown("
|
| 311 |
with gr.Row():
|
| 312 |
with gr.Column():
|
| 313 |
with gr.Tab("image-to-video") as image_tab:
|
|
@@ -328,7 +328,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 328 |
v2v_button = gr.Button("Generate Video-to-Video", variant="primary")
|
| 329 |
|
| 330 |
duration_input = gr.Slider(
|
| 331 |
-
label="Duration (seconds)",
|
| 332 |
minimum=0.3,
|
| 333 |
maximum=8.5,
|
| 334 |
value=2,
|
|
|
|
| 306 |
"""
|
| 307 |
|
| 308 |
with gr.Blocks(css=css) as demo:
|
| 309 |
+
gr.Markdown("# LTX Video 0.9.7 Distilled")
|
| 310 |
+
gr.Markdown("Fast high quality video generation. [Model](https://huggingface.co/Lightricks/LTX-Video/blob/main/ltxv-2b-0.9.6-distilled-04-25.safetensors) [GitHub](https://github.com/Lightricks/LTX-Video) [Diffusers](#)")
|
| 311 |
with gr.Row():
|
| 312 |
with gr.Column():
|
| 313 |
with gr.Tab("image-to-video") as image_tab:
|
|
|
|
| 328 |
v2v_button = gr.Button("Generate Video-to-Video", variant="primary")
|
| 329 |
|
| 330 |
duration_input = gr.Slider(
|
| 331 |
+
label="Video Duration (seconds)",
|
| 332 |
minimum=0.3,
|
| 333 |
maximum=8.5,
|
| 334 |
value=2,
|