abdeladim-s / subsai

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️
https://abdeladim-s.github.io/subsai/
GNU General Public License v3.0
1.31k stars 107 forks source link

requirements.txt whisper-timestamped version wrong #76

Open bvorak opened 1 year ago

bvorak commented 1 year ago

requirements.txt points at wrong whisper-timestamped version.

After manually removing the @-part after git+https://github.com/linto-ai/whisper-timestamped in line 7

and re-running docker compose build --no-cache . it works for me

abdeladim-s commented 1 year ago

When I built the docker file, I used that hash commit because I had some package conflicts with Whisper and it worked at the time, idk why it is not working now, but anyways I removed it. Thanks @bvorak for pointing that out.