From 6177d179659042ea372bac8cdbe1b60db957e7c3 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:46:40 -0600 Subject: [PATCH] Update subgen.py --- subgen/subgen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/subgen/subgen.py b/subgen/subgen.py index 3282915..32f336e 100644 --- a/subgen/subgen.py +++ b/subgen/subgen.py @@ -19,6 +19,7 @@ packages_to_install = [ 'requests', 'faster-whisper', 'uvicorn', + 'python-multipart', # Add more packages as needed ]