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