Helw150 commited on
Commit
28ebe68
1 Parent(s): 3054c91
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def transcribe(audio_input, state, model_order):
89
  yield (
90
  gr.Button(value="Click to run inference!", interactive=True, variant="primary"),
91
  response,
92
- responses_complete(state),
93
  )
94
 
95
 
 
89
  yield (
90
  gr.Button(value="Click to run inference!", interactive=True, variant="primary"),
91
  response,
92
+ state,
93
  )
94
 
95