fffiloni commited on
Commit
613498c
·
verified ·
1 Parent(s): cd10782

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. 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, watermark=False)
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)