mskov commited on
Commit
1e21606
1 Parent(s): 8f42210

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def inference(audio, state=""):
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
 
 
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[3]
109
 
110
 
111