File size: 560 Bytes
4c4045b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
streamlit # Install CPU version of pytorch --extra-index-url https://download.pytorch.org/whl/cpu torch==2.0.1+cpu torchaudio scipy==1.10.1 soundfile==0.12.1 espnet==202308 espnet_model_zoo==0.1.7 streamlit==1.25.0 # pyopenjtalk version must be 0.2 pyopenjtalk-prebuilt==0.2.0 # typeguard version must be 2.13.3(latest version python 3.8 is supported) typeguard==2.13.3 # Use version < 3.7.0 as a workaround, otherwise pyinstallr fails to install some dlls # https://github.com/pyinstaller/pyinstaller/pull/7505 # To visualize audio data matplotlib<3.7.0 |