mskov commited on
Commit
dea79d3
1 Parent(s): d795229

Update app.py

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