correct endpoint description
Browse files- gradio_app.py +1 -2
gradio_app.py
CHANGED
|
@@ -382,8 +382,7 @@ def gradio_infer(source_image, driven_audio):
|
|
| 382 |
"""
|
| 383 |
Generate a talking-head video from a static source image and an audio file.
|
| 384 |
|
| 385 |
-
This function
|
| 386 |
-
It uses a pre-trained motion and lip-sync model to animate a face image so that it
|
| 387 |
appears to speak in sync with a given audio clip. The resulting video is saved
|
| 388 |
and returned.
|
| 389 |
|
|
|
|
| 382 |
"""
|
| 383 |
Generate a talking-head video from a static source image and an audio file.
|
| 384 |
|
| 385 |
+
This function uses a pre-trained motion and lip-sync model to animate a face image so that it
|
|
|
|
| 386 |
appears to speak in sync with a given audio clip. The resulting video is saved
|
| 387 |
and returned.
|
| 388 |
|