Spaces:
Running
Running
jhj0517
commited on
Commit
·
e667af9
1
Parent(s):
393a9c3
Update comment
Browse files
modules/whisper/whisper_base.py
CHANGED
@@ -80,6 +80,7 @@ class WhisperBase(ABC):
|
|
80 |
Run transcription with conditional pre-processing and post-processing.
|
81 |
The VAD will be performed to remove noise from the audio input in pre-processing, if enabled.
|
82 |
The diarization will be performed in post-processing, if enabled.
|
|
|
83 |
|
84 |
Parameters
|
85 |
----------
|
|
|
80 |
Run transcription with conditional pre-processing and post-processing.
|
81 |
The VAD will be performed to remove noise from the audio input in pre-processing, if enabled.
|
82 |
The diarization will be performed in post-processing, if enabled.
|
83 |
+
Due to the integration with gradio, the parameters have to be specified with a `*` wildcard.
|
84 |
|
85 |
Parameters
|
86 |
----------
|