thak123 commited on
Commit
0d95a29
·
verified ·
1 Parent(s): f312b6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -40,6 +40,7 @@ def transcribe_speech(filepath):
40
  # sampling_rate=16000,
41
  # padding=True
42
  )
 
43
  return output["text"]
44
 
45
 
 
40
  # sampling_rate=16000,
41
  # padding=True
42
  )
43
+ print(output)
44
  return output["text"]
45
 
46