fffiloni commited on
Commit
8160ec1
·
1 Parent(s): 43bf9e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def is_list_of_arrays(lst):
53
  return False
54
 
55
  def respond(message, chat_history):
56
- response = agent.run(message)
57
 
58
  check_audio = is_audio_tensor(response)
59
  check_video = is_list_of_arrays(response)
 
53
  return False
54
 
55
  def respond(message, chat_history):
56
+ response = agent.chat(message)
57
 
58
  check_audio = is_audio_tensor(response)
59
  check_video = is_list_of_arrays(response)