Spaces:
Runtime error
Runtime error
reverting share
Browse files
app.py
CHANGED
|
@@ -36,8 +36,8 @@ def fill_input_textbox(history, audio):
|
|
| 36 |
myobj.save("response.wav")
|
| 37 |
# split audio by / and keep the last element
|
| 38 |
# audio = audio.split("/")[-1]
|
| 39 |
-
audio = audio + ".wav"
|
| 40 |
-
history
|
| 41 |
print(history)
|
| 42 |
return history
|
| 43 |
|
|
|
|
| 36 |
myobj.save("response.wav")
|
| 37 |
# split audio by / and keep the last element
|
| 38 |
# audio = audio.split("/")[-1]
|
| 39 |
+
# audio = audio + ".wav"
|
| 40 |
+
history.append(( (audio, ) , ('response.wav', )))
|
| 41 |
print(history)
|
| 42 |
return history
|
| 43 |
|