Update app.py
Browse files
app.py
CHANGED
|
@@ -287,8 +287,8 @@ def generate_video(
|
|
| 287 |
|
| 288 |
# Create Gradio interface
|
| 289 |
with gr.Blocks(title="LTX-2 Keyframe Interpolation 🎥🔈") as demo:
|
| 290 |
-
gr.Markdown("# LTX-2
|
| 291 |
-
gr.Markdown("Generate
|
| 292 |
|
| 293 |
with gr.Row(elem_id="general_items"):
|
| 294 |
with gr.Column():
|
|
|
|
| 287 |
|
| 288 |
# Create Gradio interface
|
| 289 |
with gr.Blocks(title="LTX-2 Keyframe Interpolation 🎥🔈") as demo:
|
| 290 |
+
gr.Markdown("# LTX-2 First-Last Frame 🎥🔈")
|
| 291 |
+
gr.Markdown("Generate video& audio with smooth transitions between keyframes with Lightricks LTX-2. Read more: [[model]](https://huggingface.co/Lightricks/LTX-2), [[code]](https://github.com/Lightricks/LTX-2)")
|
| 292 |
|
| 293 |
with gr.Row(elem_id="general_items"):
|
| 294 |
with gr.Column():
|