Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -264,8 +264,7 @@ pipe_asr = pipeline(
|
|
264 |
batch_size=16,
|
265 |
torch_dtype=torch_dtype,
|
266 |
device=device,
|
267 |
-
return_timestamps=True
|
268 |
-
language='en' # Ensuring transcription is done in English
|
269 |
)
|
270 |
|
271 |
|
|
|
264 |
batch_size=16,
|
265 |
torch_dtype=torch_dtype,
|
266 |
device=device,
|
267 |
+
return_timestamps=True
|
|
|
268 |
)
|
269 |
|
270 |
|