mskov commited on
Commit
946c688
·
1 Parent(s): 2c7e1d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -94,7 +94,8 @@ def inference(audio, state=""):
94
  #print("Infered type is: ", type(infered))
95
 
96
 
97
- infer = str(infers).split(",")
 
98
  print("Infer type is: ", type(infer))
99
 
100
  # result.text
 
94
  #print("Infered type is: ", type(infered))
95
 
96
 
97
+ tempStr = str(infers)
98
+ infer = tempStr.split(",")
99
  print("Infer type is: ", type(infer))
100
 
101
  # result.text