Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,7 @@ def inference(audio, state=""):
|
|
| 94 |
print("Object type of response: ", type(response))
|
| 95 |
#infered = list(map(lambda x: x.split(',')[0], infers))
|
| 96 |
#print("Infered type is: ", type(infered))
|
| 97 |
-
infers = list(map(lambda x: x.replace("\n", ""),
|
| 98 |
|
| 99 |
|
| 100 |
|
|
|
|
| 94 |
print("Object type of response: ", type(response))
|
| 95 |
#infered = list(map(lambda x: x.split(',')[0], infers))
|
| 96 |
#print("Infered type is: ", type(infered))
|
| 97 |
+
infers = list(map(lambda x: x.replace("\n", ""), temp))
|
| 98 |
|
| 99 |
|
| 100 |
|