mskov commited on
Commit
0b91f0a
·
1 Parent(s): 6ff4253

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def inference(audio, state=""):
83
 
84
  # result.text
85
  #return getText, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
86
- return result.text, state, response.choices
87
 
88
 
89
 
 
83
 
84
  # result.text
85
  #return getText, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
86
+ return result.text, state, response
87
 
88
 
89