Div99 commited on
Commit
c0fbb96
·
1 Parent(s): d90ed66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -504,7 +504,7 @@ def do_html_video_speak(words_to_speak, azure_language):
504
 
505
  headers = {"Authorization": f"Bearer {os.environ['EXHUMAN_API_KEY']}"}
506
  body = {
507
- 'bot_name': 'Div',
508
  'bot_response': words_to_speak,
509
  'voice_name': 'Max',
510
  # 'azure_voice': azure_voice,
 
504
 
505
  headers = {"Authorization": f"Bearer {os.environ['EXHUMAN_API_KEY']}"}
506
  body = {
507
+ 'bot_name': 'Div-high',
508
  'bot_response': words_to_speak,
509
  'voice_name': 'Max',
510
  # 'azure_voice': azure_voice,