mskov commited on
Commit
36508a5
·
1 Parent(s): 7d5f022

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -91,6 +91,8 @@ def inference(audio, state=""):
91
  print("Object type of response: ", type(response))
92
  #infered = list(map(lambda x: x.split(',')[0], infers))
93
  #print("Infered type is: ", type(infered))
 
 
94
 
95
 
96
 
 
91
  print("Object type of response: ", type(response))
92
  #infered = list(map(lambda x: x.split(',')[0], infers))
93
  #print("Infered type is: ", type(infered))
94
+ state += infers+ " "
95
+ print("STATE ", state)
96
 
97
 
98