Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|