Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
971732b
1
Parent(s):
d622542
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,6 @@ def inference(image,audio):
|
|
11 |
module.wav2lip_transfer(face=face_input_path, audio=audio_input_path, output_dir='.', use_gpu=True)
|
12 |
return "result.mp4"
|
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. Please trim audio file to maximum of 3-4 seconds"
|
17 |
|
|
|
11 |
module.wav2lip_transfer(face=face_input_path, audio=audio_input_path, output_dir='.', use_gpu=True)
|
12 |
return "result.mp4"
|
13 |
|
|
|
14 |
title = "Wav2lip"
|
15 |
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. Please trim audio file to maximum of 3-4 seconds"
|
16 |
|