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