linoyts HF Staff commited on
Commit
0bae4fc
·
verified ·
1 Parent(s): b60ad73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ def generate_video(
152
 
153
  # Create Gradio interface
154
  with gr.Blocks(title="LTX-2 Video Distilled 🎥🔈") as demo:
155
- gr.Markdown("# LTX-2 Distilled 🎥🔈: Fast Video with Audio Generation")
156
  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]]()")
157
  with gr.Row():
158
  with gr.Column():
 
152
 
153
  # Create Gradio interface
154
  with gr.Blocks(title="LTX-2 Video Distilled 🎥🔈") as demo:
155
+ gr.Markdown("# LTX-2 Distilled 🎥🔈: The First Open Source Audio-Video Model")
156
  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]]()")
157
  with gr.Row():
158
  with gr.Column():