add information about how to run the example
This commit is contained in:
parent
a09ed82675
commit
1562644a8d
|
@ -1,3 +1,6 @@
|
|||
// This example is not going to build in this folder.
|
||||
// You need to copy this code into your project and add the whisper_rs dependency in your cargo.toml
|
||||
|
||||
use std::fs::File;
|
||||
use std::io::Write;
|
||||
use whisper_rs::{FullParams, SamplingStrategy, WhisperContext};
|
||||
|
|
Loading…
Reference in New Issue