rahul7star commited on
Commit
2c26361
·
verified ·
1 Parent(s): 34efde2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -107,6 +107,7 @@ class LTX23DistilledA2VPipeline(DistilledPipeline):
107
  enhance_prompt: bool = False,
108
  ):
109
  # Standard path when no audio input is provided.
 
110
  if audio_path is None:
111
  return super().__call__(
112
  prompt=prompt,
 
107
  enhance_prompt: bool = False,
108
  ):
109
  # Standard path when no audio input is provided.
110
+ print(prompt)
111
  if audio_path is None:
112
  return super().__call__(
113
  prompt=prompt,