mskov commited on
Commit
4328889
1 Parent(s): e0c8cac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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