linoyts HF Staff commited on
Commit
9384827
·
verified ·
1 Parent(s): 023c679

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Keyframe Interpolation 🎥🔈")
291
- gr.Markdown("Generate smooth video 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():
 
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():