Spaces:
Runtime error
Runtime error
save
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ def runApi():
|
|
26 |
|
27 |
pipe = pipeline(
|
28 |
"automatic-speech-recognition",
|
29 |
-
model="openai/whisper-
|
30 |
-
chunk_length_s=
|
31 |
device=model.device,
|
32 |
)
|
33 |
|
|
|
26 |
|
27 |
pipe = pipeline(
|
28 |
"automatic-speech-recognition",
|
29 |
+
model="openai/whisper-small",
|
30 |
+
chunk_length_s=15,
|
31 |
device=model.device,
|
32 |
)
|
33 |
|