multimodalart HF Staff commited on
Commit
6ad4062
·
verified ·
1 Parent(s): 3d79b08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 (using LTX-Video lib)")
310
- gr.Markdown("Generates a short video based on text prompt, image, or existing video. Models are moved to GPU during generation and back to CPU afterwards to save VRAM.")
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,