diff --git a/node-hub/dora-distil-whisper/dora_distil_whisper/main.py b/node-hub/dora-distil-whisper/dora_distil_whisper/main.py index 135f8527..68cc3a20 100644 --- a/node-hub/dora-distil-whisper/dora_distil_whisper/main.py +++ b/node-hub/dora-distil-whisper/dora_distil_whisper/main.py @@ -27,7 +27,6 @@ pipe = pipeline( max_new_tokens=128, torch_dtype=torch_dtype, device=device, - generate_kwargs={"language": "chinese"}, )