fffiloni commited on
Commit
270da5d
·
verified ·
1 Parent(s): 962c05e

correct endpoint description

Browse files
Files changed (1) hide show
  1. 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 serves as the main entry point for MCP (Machine Code Protocol) mode.
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