Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def transcribe(audio):
|
|
37 |
|
38 |
transcription = pipe(
|
39 |
{"array": audio_data, "sampling_rate": sample_rate},
|
40 |
-
chunk_length_s=
|
41 |
batch_size=8,
|
42 |
)["text"]
|
43 |
|
|
|
37 |
|
38 |
transcription = pipe(
|
39 |
{"array": audio_data, "sampling_rate": sample_rate},
|
40 |
+
chunk_length_s=10,
|
41 |
batch_size=8,
|
42 |
)["text"]
|
43 |
|