Spaces:
Running
on
Zero
Running
on
Zero
add tqdm gradio tracking
Browse files- 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 |
|