fffiloni commited on
Commit
5e6090b
·
verified ·
1 Parent(s): d88020f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -212,9 +212,7 @@ def infer(prompt, cond_image_path, cond_audio_path_spk1, cond_audio_path_spk2, s
212
 
213
  return "multi_long_multigpu_exp.mp4"
214
 
215
- finally:
216
- if os.path.exists(trimmed_audio_path):
217
- os.remove(trimmed_audio_path)
218
 
219
 
220
  with gr.Blocks(title="MultiTalk Inference") as demo:
 
212
 
213
  return "multi_long_multigpu_exp.mp4"
214
 
215
+
 
 
216
 
217
 
218
  with gr.Blocks(title="MultiTalk Inference") as demo: