linoyts HF Staff commited on
Commit
78850a1
·
verified ·
1 Parent(s): 5cb3249

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ def generate_video(
154
  # Create Gradio interface
155
  with gr.Blocks(title="LTX-2 Video Distilled 🎥🔈") as demo:
156
  gr.Markdown("# LTX-2 Distilled 🎥🔈: Fast Video with Audio Generation")
157
- gr.Markdown("Fast, state-of-the-art video & audio generation with [Lightricks LTX-2 TI2V model]() and [distillation LoRA]() for accelerated inference. Read more: [[model]](), [[code]]()")
158
  with gr.Row():
159
  with gr.Column():
160
  input_image = gr.Image(
 
154
  # Create Gradio interface
155
  with gr.Blocks(title="LTX-2 Video Distilled 🎥🔈") as demo:
156
  gr.Markdown("# LTX-2 Distilled 🎥🔈: Fast Video with Audio Generation")
157
+ gr.Markdown("Fast, state-of-the-art video & audio generation with [Lightricks LTX-2 TI2V model](https://huggingface.co/Lightricks/LTX-2) and [distillation LoRA](https://huggingface.co/Lightricks/LTX-2/blob/main/ltx-2-19b-distilled-lora-384.safetensors) for accelerated inference. Read more: [[model]](https://huggingface.co/Lightricks/LTX-2), [[code]]()")
158
  with gr.Row():
159
  with gr.Column():
160
  input_image = gr.Image(