projekt-rising-ai commited on
Commit
1b7e5c6
·
1 Parent(s): 8044b4d

Changed idle URL for talking head

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -505,7 +505,8 @@ def do_html_video_speak(words_to_speak, azure_language):
505
  'azure_voice': azure_voice,
506
  'azure_style': 'friendly',
507
  'animation_pipeline': 'high_speed',
508
- 'idle_url': 'https://ugc-idle.s3-us-west-2.amazonaws.com/16c370fd2aac0ccab29d56762125d181.mp4'
 
509
  }
510
  api_endpoint = "https://api.exh.ai/animations/v1/generate_lipsync"
511
  res = requests.post(api_endpoint, json=body, headers=headers)
 
505
  'azure_voice': azure_voice,
506
  'azure_style': 'friendly',
507
  'animation_pipeline': 'high_speed',
508
+ 'idle_url': 'https://ugc-idle.s3-us-west-2.amazonaws.com/580bd351e4f22629d1618f4f4d80d9a2.mp4'
509
+ #idle_url': 'https://ugc-idle.s3-us-west-2.amazonaws.com/16c370fd2aac0ccab29d56762125d181.mp4'
510
  }
511
  api_endpoint = "https://api.exh.ai/animations/v1/generate_lipsync"
512
  res = requests.post(api_endpoint, json=body, headers=headers)