remove extra bracket
This commit is contained in:
parent
2cf2c7f499
commit
8317096daa
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ impl WhisperContext {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Run the Whisper encoder on the log mel spectrogram stored inside the provided whisper context.
|
/// Run the Whisper encoder on the log mel spectrogram stored inside the provided whisper context.
|
||||||
/// Make sure to call [WhisperContext::pcm_to_mel] or [[WhisperContext::set_mel] first.
|
/// Make sure to call [WhisperContext::pcm_to_mel] or [WhisperContext::set_mel] first.
|
||||||
///
|
///
|
||||||
/// # Arguments
|
/// # Arguments
|
||||||
/// * offset: Can be used to specify the offset of the first frame in the spectrogram. Usually 0.
|
/// * offset: Can be used to specify the offset of the first frame in the spectrogram. Usually 0.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue