trying to fix bug
This commit is contained in:
@ -46,7 +46,6 @@ pub fn transcribe_audio(
|
||||
// Run Python script with timeout
|
||||
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