Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -134,7 +134,7 @@ def run_text_prompt(message, chat_history):
|
|
| 134 |
# save(audio, 'myvoice.mp3')
|
| 135 |
|
| 136 |
chat_history.append((message, bot_message))
|
| 137 |
-
|
| 138 |
return "", chat_history
|
| 139 |
|
| 140 |
|
|
|
|
| 134 |
# save(audio, 'myvoice.mp3')
|
| 135 |
|
| 136 |
chat_history.append((message, bot_message))
|
| 137 |
+
|
| 138 |
return "", chat_history
|
| 139 |
|
| 140 |
|