jhj0517 commited on
Commit
e667af9
·
1 Parent(s): 393a9c3

Update comment

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +1 -0
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
  ----------