added distil models
This commit is contained in:
@ -46,6 +46,7 @@ pub fn transcribe_audio(
|
||||
// Run Python script
|
||||
let output = Command::new(python_exe)
|
||||
.args(&args)
|
||||
.env("PYTHONPATH", crate::paths::project_root().join(".venv312").join("lib").join("python3.12").join("site-packages"))
|
||||
.output()
|
||||
.map_err(|e| format!("Failed to run Python script: {}", e))?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user