Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,7 +75,7 @@ def inference(audio, prompt, model, temperature, latest):
|
|
| 75 |
#print("Infered type is: ", type(infered))
|
| 76 |
infers = list(map(lambda x: x.replace("\n", ""), temp))
|
| 77 |
#infered = list(map(lambda x: x.split(','), infers))
|
| 78 |
-
convoState
|
| 79 |
|
| 80 |
|
| 81 |
return transcript, infers, convoState
|
|
|
|
| 75 |
#print("Infered type is: ", type(infered))
|
| 76 |
infers = list(map(lambda x: x.replace("\n", ""), temp))
|
| 77 |
#infered = list(map(lambda x: x.split(','), infers))
|
| 78 |
+
convoState = latest
|
| 79 |
|
| 80 |
|
| 81 |
return transcript, infers, convoState
|