vignesh584 commited on
Commit
d704ec8
·
verified ·
1 Parent(s): 5882d3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, speech)
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')