update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ class Client:
|
|
| 83 |
audio_url = self._download_media(audio_url)
|
| 84 |
chatbot += [(None, (audio_url,))]
|
| 85 |
|
| 86 |
-
self._client.save_context(self._text_input, self._response)
|
| 87 |
|
| 88 |
return chatbot
|
| 89 |
|
|
|
|
| 83 |
audio_url = self._download_media(audio_url)
|
| 84 |
chatbot += [(None, (audio_url,))]
|
| 85 |
|
| 86 |
+
# self._client.save_context(self._text_input, self._response)
|
| 87 |
|
| 88 |
return chatbot
|
| 89 |
|