Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -215,7 +215,7 @@ def get_whisperspeech(prompt_audio_whisperspeech, audio_to_clone):
|
|
215 |
def pipe (voice, image_in):
|
216 |
|
217 |
try:
|
218 |
-
video = get_talk(image_in,
|
219 |
except:
|
220 |
|
221 |
raise gr.Error('An error occurred while loading DreamTalk: Image may not contain any face')
|
|
|
215 |
def pipe (voice, image_in):
|
216 |
|
217 |
try:
|
218 |
+
video = get_talk(image_in, voice)
|
219 |
except:
|
220 |
|
221 |
raise gr.Error('An error occurred while loading DreamTalk: Image may not contain any face')
|