chore: Remove whitespace

This commit is contained in:
uttarayan21
2025-07-14 16:24:23 +05:30
parent 1d91e20db5
commit 69c768ab0d

View File

@@ -24,12 +24,6 @@ impl FaceDetection {
model.set_session_mode(mnn::SessionMode::Release);
let bc = mnn::BackendConfig::default().with_memory_mode(mnn::MemoryMode::High);
let sc = mnn::ScheduleConfig::new()
.with_type(mnn::ForwardType::CPU)
.with_backend_config(bc);
tracing::info!("Creating session handle for face detection model");