remove extra bracket

This commit is contained in:
0/0 2022-12-14 17:03:44 -07:00
parent 2cf2c7f499
commit 8317096daa
No known key found for this signature in database
GPG key ID: 3861E636EA1E0E2B

View file

@ -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.