hwberry2 commited on
Commit
ed1acaf
·
1 Parent(s): 6daa01c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def transcribe(audio):
26
  #for message in msg_contents:
27
  # if (message["role"] != "system"):
28
  # chat_transcript += message["role"] + ": " + message["content"] + "\n\n"
29
- system_response = botResponse(transcript)
30
 
31
  return system_response
32
 
 
26
  #for message in msg_contents:
27
  # if (message["role"] != "system"):
28
  # chat_transcript += message["role"] + ": " + message["content"] + "\n\n"
29
+ system_response = botResponse(transcript("text"))
30
 
31
  return system_response
32