mskov commited on
Commit
5ba031c
·
1 Parent(s): 946c688

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def inference(audio, state=""):
100
 
101
  # result.text
102
  #return getText, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
103
- return result.text, state, infer
104
 
105
 
106
 
 
100
 
101
  # result.text
102
  #return getText, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
103
+ return result.text, state, infers
104
 
105
 
106