Spaces:
Runtime error
Runtime error
File size: 197 Bytes
3b92d66 |
1 2 3 4 5 6 7 |
cd src/glow_tts/monotonic_align/
pip install .
cd ../../../
# torch
pip install torch==1.7.1+cu110 torchvision==0.8.2+cu110 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
|