Spaces:
No application file
No application file
Update app.py
Browse files
app.py
CHANGED
|
@@ -1277,6 +1277,10 @@ with gr.Blocks(title="LTX 2.3 Sync", css=css, theme=purple_citrus) as demo:
|
|
| 1277 |
height,
|
| 1278 |
width,
|
| 1279 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1280 |
)
|
| 1281 |
|
| 1282 |
# ββ Event handlers βββββββββββββββββββββββββββββββββββββββββββββββββββ
|
|
|
|
| 1277 |
height,
|
| 1278 |
width,
|
| 1279 |
],
|
| 1280 |
+
fn = generate_video,
|
| 1281 |
+
cache_examples=True,
|
| 1282 |
+
cache_mode="lazy",
|
| 1283 |
+
outputs=[output_video, seed],
|
| 1284 |
)
|
| 1285 |
|
| 1286 |
# ββ Event handlers βββββββββββββββββββββββββββββββββββββββββββββββββββ
|