Spaces:
Running
Running
Update app.py
Browse files
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: {
|
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")
|