wtlow003 commited on
Commit
793215b
·
1 Parent(s): 48dd2f7

fix: output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def transcribe(inputs, task):
29
  inputs,
30
  generate_kwargs={"task": task},
31
  return_timestamps=True,
32
- )["text"]
33
  return text
34
 
35
 
 
29
  inputs,
30
  generate_kwargs={"task": task},
31
  return_timestamps=True,
32
+ )["chunks"]
33
  return text
34
 
35