fffiloni commited on
Commit
894b916
·
verified ·
1 Parent(s): a9449c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ def main(video_path, audio_path, progress=gr.Progress(track_tqdm=True)):
97
  video_path=cropped_video_path
98
 
99
  trimmed_audio_path = process_audio(audio_path, temp_dir)
100
- print(f"Processed file was stored temporarily at: {input_audio}")
101
  audio_path=trimmed_audio_path
102
 
103
  scheduler = DDIMScheduler.from_pretrained("configs")
 
97
  video_path=cropped_video_path
98
 
99
  trimmed_audio_path = process_audio(audio_path, temp_dir)
100
+ print(f"Processed file was stored temporarily at: {trimmed_audio_path}")
101
  audio_path=trimmed_audio_path
102
 
103
  scheduler = DDIMScheduler.from_pretrained("configs")