M4xjunior commited on
Commit
ada8911
·
verified ·
1 Parent(s): 1f4e1ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def transcribe(audio, task):
21
  return_timestamps="word"
22
  )
23
  gr.Info("Finished transcription task")
24
- return ['chunks']
25
 
26
  with gr.Blocks() as demo:
27
  audio = gr.Audio(label="Audio", type="filepath", interactive=True)
 
21
  return_timestamps="word"
22
  )
23
  gr.Info("Finished transcription task")
24
+ return outputs['chunks']
25
 
26
  with gr.Blocks() as demo:
27
  audio = gr.Audio(label="Audio", type="filepath", interactive=True)