diff options
Diffstat (limited to 'candle-examples/examples/blip/main.rs')
-rw-r--r-- | candle-examples/examples/blip/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-examples/examples/blip/main.rs b/candle-examples/examples/blip/main.rs index 45300feb..a1051a8e 100644 --- a/candle-examples/examples/blip/main.rs +++ b/candle-examples/examples/blip/main.rs @@ -149,6 +149,6 @@ pub fn main() -> anyhow::Result<()> { if let Some(rest) = tokenizer.decode_rest().map_err(E::msg)? { print!("{rest}"); } - + println!(); Ok(()) } |