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.25k stars 104 forks source link

Helpful to add ports to Docker command #61

Open technickal1 opened 1 year ago

technickal1 commented 1 year ago

Running on Windows with Docker, you can add -p 8501:8501 to open the ports for localhost

abdeladim-s commented 1 year ago

I have added the option to the docker command. Thanks @technickal1.