Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -214,7 +214,7 @@ def get_whisperspeech(prompt_audio_whisperspeech, audio_to_clone):
|
|
214 |
|
215 |
def pipe (voice, image_in):
|
216 |
|
217 |
-
talking_portrait_vid = get_talk(
|
218 |
|
219 |
# Convert video to readable format
|
220 |
|
|
|
214 |
|
215 |
def pipe (voice, image_in):
|
216 |
|
217 |
+
talking_portrait_vid = get_talk(image_in, voice)
|
218 |
|
219 |
# Convert video to readable format
|
220 |
|