Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -381,7 +381,7 @@ def gradio_infer(source_image, driven_audio):
|
|
381 |
output_path = "results/output.mp4"
|
382 |
|
383 |
Infer = Inferencer()
|
384 |
-
Infer.generate_with_audio_img(source_image, driven_audio,
|
385 |
|
386 |
return output_path
|
387 |
|
|
|
381 |
output_path = "results/output.mp4"
|
382 |
|
383 |
Infer = Inferencer()
|
384 |
+
Infer.generate_with_audio_img(source_image, driven_audio, output_path)
|
385 |
|
386 |
return output_path
|
387 |
|