Ahsen Khaliq commited on
Commit
c32bad9
1 Parent(s): 1c5fbe9

update desc

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -13,7 +13,8 @@ def inference(image,audio):
13
 
14
 
15
  title = "Wav2lip"
16
- description = "Gradio demo for Wav2lip. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
 
17
  article = "<p style='text-align: center'><a href='https://github.com/PaddlePaddle/PaddleGAN/blob/develop/docs/en_US/tutorials/wav2lip.md' target='_blank'>Github Repo</a></p>"
18
  examples=[['monatest.jpeg','game.wav']]
19
  iface = gr.Interface(inference, [gr.inputs.Image(type="filepath"),gr.inputs.Audio(type="filepath")],
 
13
 
14
 
15
  title = "Wav2lip"
16
+ description = "Gradio demo for Wav2lip: Accurately Lip-syncing Videos In The Wild. To use it, simply upload your image and audio file, or click one of the examples to load them. Read more at the links below."
17
+
18
  article = "<p style='text-align: center'><a href='https://github.com/PaddlePaddle/PaddleGAN/blob/develop/docs/en_US/tutorials/wav2lip.md' target='_blank'>Github Repo</a></p>"
19
  examples=[['monatest.jpeg','game.wav']]
20
  iface = gr.Interface(inference, [gr.inputs.Image(type="filepath"),gr.inputs.Audio(type="filepath")],