dagloop5 commited on
Commit
adac5dc
·
verified ·
1 Parent(s): 44d5428

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ class LTX23DistilledA2VPipeline:
176
  self.model_ledger,
177
  enhance_first_prompt=enhance_prompt,
178
  enhance_prompt_image=images[0].path if len(images) > 0 else None,
179
- )
180
  v_context_p, a_context_p = ctx_p.video_encoding, ctx_p.audio_encoding
181
 
182
  # ── Audio encoding (only for conditioning, not output generation) ──
 
176
  self.model_ledger,
177
  enhance_first_prompt=enhance_prompt,
178
  enhance_prompt_image=images[0].path if len(images) > 0 else None,
179
+ )[0]
180
  v_context_p, a_context_p = ctx_p.video_encoding, ctx_p.audio_encoding
181
 
182
  # ── Audio encoding (only for conditioning, not output generation) ──