Spaces:
Sleeping
Sleeping
jhj0517
commited on
Commit
·
a3c5455
1
Parent(s):
7b06fe8
Add parameter
Browse files- tests/test_vad.py +2 -1
tests/test_vad.py
CHANGED
@@ -21,5 +21,6 @@ def test_vad_pipeline(
|
|
21 |
whisper_type: str,
|
22 |
vad_filter: bool,
|
23 |
bgm_separation: bool,
|
|
|
24 |
):
|
25 |
-
test_transcribe(whisper_type, vad_filter, bgm_separation)
|
|
|
21 |
whisper_type: str,
|
22 |
vad_filter: bool,
|
23 |
bgm_separation: bool,
|
24 |
+
diarization: bool,
|
25 |
):
|
26 |
+
test_transcribe(whisper_type, vad_filter, bgm_separation, diarization)
|