Update modules/whisper/whisper_parameter.py
Browse files
modules/whisper/whisper_parameter.py
CHANGED
@@ -357,7 +357,7 @@ class WhisperValues:
|
|
357 |
},
|
358 |
"diarization": {
|
359 |
"is_diarize": self.is_diarize,
|
360 |
-
"hf_token": self.hf_token
|
361 |
"enable_offload": self.diarization_enable_offload
|
362 |
},
|
363 |
"bgm_separation": {
|
|
|
357 |
},
|
358 |
"diarization": {
|
359 |
"is_diarize": self.is_diarize,
|
360 |
+
"hf_token": self.hf_token,
|
361 |
"enable_offload": self.diarization_enable_offload
|
362 |
},
|
363 |
"bgm_separation": {
|