Spaces:
Running
on
Zero
Running
on
Zero
Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -370,7 +370,7 @@ class Inferencer(object):
|
|
370 |
word = word1[start_time:end_time]
|
371 |
word.export(new_audio_path, format="wav")
|
372 |
|
373 |
-
save_video_with_watermark(path, new_audio_path, save_path
|
374 |
print(f'The generated video is named {video_save_dir}/{video_name}')
|
375 |
|
376 |
os.remove(path)
|
|
|
370 |
word = word1[start_time:end_time]
|
371 |
word.export(new_audio_path, format="wav")
|
372 |
|
373 |
+
save_video_with_watermark(path, new_audio_path, save_path)
|
374 |
print(f'The generated video is named {video_save_dir}/{video_name}')
|
375 |
|
376 |
os.remove(path)
|