Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
leo848 committed Feb 17, 2024
2 parents a8dcc06 + d172a38 commit 4bafe7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const PORT: u16 = 3141;

fn main() {
println!("Loading model. This may take some time...");
let word_model = Model::from_file("nlp/model-stripped.bin").ok();
let word_model = Model::from_file("nlp/model.bin").ok();
println!("Model loaded successfully.");

let event_hub = simple_websockets::launch(PORT)
Expand Down

0 comments on commit 4bafe7e

Please sign in to comment.