linoyts HF Staff commited on
Commit
9f62149
Β·
verified Β·
1 Parent(s): 7ea4aea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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 ───────────────────────────────────────────────────