linoyts HF Staff commited on
Commit
3f43fbb
·
verified ·
1 Parent(s): 168cefb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -255,9 +255,9 @@ def generate_video(
255
 
256
 
257
  with gr.Blocks(title="LTX-2.3 Distilled") as demo:
258
- gr.Markdown("# LTX-2.3 Distilled (22B): Fast Audio-Video Generation")
259
  gr.Markdown(
260
- "Fast and high quality video + audio generation"
261
  "[[model]](https://huggingface.co/Lightricks/LTX-2.3) "
262
  "[[code]](https://github.com/Lightricks/LTX-2)"
263
  )
 
255
 
256
 
257
  with gr.Blocks(title="LTX-2.3 Distilled") as demo:
258
+ gr.Markdown("# LTX-2.3 F2LF: Fast Audio-Video Generation with Frame Conditioning")
259
  gr.Markdown(
260
+ "Fast and high quality video + audio generation with first and last frame conditioing "
261
  "[[model]](https://huggingface.co/Lightricks/LTX-2.3) "
262
  "[[code]](https://github.com/Lightricks/LTX-2)"
263
  )