fffiloni commited on
Commit
382970c
·
verified ·
1 Parent(s): 02b4bcc

add tqdm gradio tracking

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -378,7 +378,7 @@ class Inferencer(object):
378
  os.remove(new_audio_path)
379
 
380
  @spaces.GPU()
381
- def gradio_infer(source_image, driven_audio):
382
  """
383
  Generate a talking-head video from a static source image and an audio file.
384
 
 
378
  os.remove(new_audio_path)
379
 
380
  @spaces.GPU()
381
+ def gradio_infer(source_image, driven_audio, progress=gr.Progress(track_tqdm=True)):
382
  """
383
  Generate a talking-head video from a static source image and an audio file.
384