Div99 commited on
Commit
093baca
·
1 Parent(s): 11e8a5d

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': 'Masahiro',
508
  'bot_response': words_to_speak,
509
  'azure_voice': azure_voice,
510
  'azure_style': 'friendly',
 
504
 
505
  headers = {"Authorization": f"Bearer {os.environ['EXHUMAN_API_KEY']}"}
506
  body = {
507
+ 'bot_name': 'DIV',
508
  'bot_response': words_to_speak,
509
  'azure_voice': azure_voice,
510
  'azure_style': 'friendly',