Spaces:
Paused
Paused
Update app.py
Browse files
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
|
| 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():
|