linoyts HF Staff commited on
Commit
bb19ae5
·
verified ·
1 Parent(s): 50a5f1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ def generate_video(
150
 
151
  # Create Gradio interface
152
  with gr.Blocks(title="LTX-2 Video Distilled 🎥🔈") as demo:
153
- gr.Markdown("# LTX-2 Video Distilled 🎥🔈")
154
  gr.Markdown("Fast, state-of-the-art video & audio generation with [Lightricks LTX-2 TI2V model]() and [distilattion LoRA]() for accelerated inference. Read more: [[model]](), [[code]]()")
155
  with gr.Row():
156
  with gr.Column():
 
150
 
151
  # Create Gradio interface
152
  with gr.Blocks(title="LTX-2 Video Distilled 🎥🔈") as demo:
153
+ gr.Markdown("# LTX-2 Distilled 🎥🔈: Fast Video with Audio Generation")
154
  gr.Markdown("Fast, state-of-the-art video & audio generation with [Lightricks LTX-2 TI2V model]() and [distilattion LoRA]() for accelerated inference. Read more: [[model]](), [[code]]()")
155
  with gr.Row():
156
  with gr.Column():