Mihaj commited on
Commit
742e02b
·
verified ·
1 Parent(s): 4aa5150

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def transcribe(audio):
33
  #text = "\n".join(lines)
34
  res = pipe(y, chunk_length_s=10, stride_length_s=(4, 2))
35
  text = res["text"]
36
- return text + str(res)
37
 
38
  iface = gr.Interface(
39
  fn=transcribe,
 
33
  #text = "\n".join(lines)
34
  res = pipe(y, chunk_length_s=10, stride_length_s=(4, 2))
35
  text = res["text"]
36
+ return text
37
 
38
  iface = gr.Interface(
39
  fn=transcribe,