Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ def inference(audio, state=""):
|
|
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 |
-
infered = list(map(lambda x: x.split(','), infers))
|
99 |
|
100 |
|
101 |
|
|
|
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 |
+
#infered = list(map(lambda x: x.split(','), infers))
|
99 |
|
100 |
|
101 |
|