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