mskov commited on
Commit
4bccdbe
·
1 Parent(s): 4328889

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -99,13 +99,10 @@ def inference(audio, state=""):
99
 
100
 
101
 
102
- tempStr = str(infers)
103
- infer = tempStr.split(",")
104
- print("Infer type is: ", type(infer))
105
 
106
  # result.text
107
  #return getText, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
108
- return result.text, state, infered
109
 
110
 
111
 
 
99
 
100
 
101
 
 
 
 
102
 
103
  # result.text
104
  #return getText, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
105
+ return result.text, state, infers
106
 
107
 
108