Re-export whisper_ahead
This commit is contained in:
parent
0c8798c986
commit
ce17f9a441
2 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ fn main() -> Result<(), &'static str> {
|
|||
(5, 4),
|
||||
(5, 6),
|
||||
]
|
||||
.map(|(n_text_layer, n_head)| whisper_rs_sys::whisper_ahead {
|
||||
.map(|(n_text_layer, n_head)| whisper_rs::DtwAhead {
|
||||
n_text_layer,
|
||||
n_head,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue