mskov commited on
Commit
41ff1f8
·
1 Parent(s): a3b066d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def inference(audio, state=""):
96
 
97
  # result.text
98
  #return getText, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
99
- return result.text, state, inferes
100
 
101
 
102
 
 
96
 
97
  # result.text
98
  #return getText, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
99
+ return result.text, state, infers
100
 
101
 
102