From 94872bfbdc88a7cb5d694217421c149e3c78577c Mon Sep 17 00:00:00 2001 From: boraytuna Date: Tue, 19 Nov 2024 14:12:46 -0500 Subject: [PATCH] Add packages.txt to install ffmpeg --- packages.txt | 1 + requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 packages.txt diff --git a/packages.txt b/packages.txt new file mode 100644 index 0000000..a9f1eea --- /dev/null +++ b/packages.txt @@ -0,0 +1 @@ +ffmpeg \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index aa055f2..f91ba63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,4 @@ triton>=2.0.0;platform_machine=="x86_64" and sys_platform=="linux" or sys_platfo # Additional requirements for this project streamlit googletrans==4.0.0-rc1 -whisper # This should resolve the required Whisper dependencies as well -ffmpeg \ No newline at end of file +whisper # This should resolve the required Whisper dependencies as well \ No newline at end of file