diff --git a/audio_library.py b/audio_library.py index f3c788a..d9524cb 100644 --- a/audio_library.py +++ b/audio_library.py @@ -4699,6 +4699,7 @@ def preflight_mlx_vlm_import( stdout=subprocess.DEVNULL, stderr=subprocess.PIPE, text=True, + shell=False, timeout=timeout_seconds, env=trusted_child_environment(), cwd=Path(sys.executable).resolve().parent,