Spaces:
Paused
Paused
Update app.py
Browse files
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.
|
| 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)
|