WhisperY base on WhisperX repo.
conda create --name whispery python=3.10
conda activate whispery
pip install -r requirements.txtYou may also need to install ffmpeg, rust etc. Follow openAI instructions here https://github.com/openai/whisper#setup.
python app.py
# Gradio app: https://localhost:7860