Spaces:
Sleeping
Sleeping
File size: 256 Bytes
b8f59b3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
name: whisperx-web-ui
channels:
- defaults
- conda-forge
- pytorch
- nvidia
dependencies:
- python=3.10
- pytorch=2.0.0
- torchaudio=2.0.0
- pytorch-cuda=11.8
- conda-forge::gradio
- conda-forge::ffmpeg
- pip
- pip:
- whisperx |