Spaces:
Build error
Build error
Update app.py
Browse files
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 = []
|