enoreyes commited on
Commit
d85e0c1
1 Parent(s): 938439d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -104,6 +104,7 @@ def speech_to_text(speech):
104
  if sampling_rate != 16000:
105
  speech = resample(speech, sampling_rate, 16000)
106
  text = asr(speech)
 
107
  chunks = text["chunks"]
108
 
109
  diarized_output = []
 
104
  if sampling_rate != 16000:
105
  speech = resample(speech, sampling_rate, 16000)
106
  text = asr(speech)
107
+ print(text)
108
  chunks = text["chunks"]
109
 
110
  diarized_output = []