Spaces:
Runtime error
Runtime error
File size: 483 Bytes
3e7e837 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
streamlit # Install CPU version of pytorch --extra-index-url https://download.pytorch.org/whl/cpu torch soundfile espnet espnet_model_zoo # 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 |