Spaces:
Running
on
T4
Running
on
T4
bofenghuang
commited on
Commit
·
48e5445
1
Parent(s):
a251ba2
up
Browse files- run_demo_multi_models.py +1 -1
run_demo_multi_models.py
CHANGED
@@ -54,7 +54,7 @@ def maybe_load_cached_pipeline(model_name):
|
|
54 |
pipe = pipeline(
|
55 |
task="automatic-speech-recognition",
|
56 |
model=model_name,
|
57 |
-
chunk_length_s=CHUNK_LENGTH_S,
|
58 |
device=device,
|
59 |
)
|
60 |
# set forced_decoder_ids
|
|
|
54 |
pipe = pipeline(
|
55 |
task="automatic-speech-recognition",
|
56 |
model=model_name,
|
57 |
+
# chunk_length_s=CHUNK_LENGTH_S,
|
58 |
device=device,
|
59 |
)
|
60 |
# set forced_decoder_ids
|