Files
WhisperLive/setup.sh
T
Yehia 71b37d3079 add wget to setup.sh
`subprocess.run(["wget", "-O", model_filename, model_url], check=True)` breaks the server because wget is not installed
2023-10-03 19:35:33 +03:00

4 lines
61 B
Bash

#! /bin/bash
apt-get install portaudio19-dev ffmpeg wget -y