Spaces:
Running
Running
Yurii Paniv
commited on
Commit
·
f76b5f7
1
Parent(s):
93fc827
Move comment to new line
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
# requirements for HuggingFace demo. Installs local package.
|
2 |
torch
|
3 |
espnet>=202301
|
4 |
-
typeguard>=2,<3
|
|
|
5 |
num2words==0.5.12
|
6 |
ukrainian-word-stress==1.0.1
|
7 |
git+https://github.com/egorsmkv/ukrainian-accentor.git@5b7971c4e135e3ff3283336962e63fc0b1c80f4c
|
|
|
1 |
# requirements for HuggingFace demo. Installs local package.
|
2 |
torch
|
3 |
espnet>=202301
|
4 |
+
typeguard>=2,<3
|
5 |
+
# typeguard 3.0.0 is incompatible with espnet
|
6 |
num2words==0.5.12
|
7 |
ukrainian-word-stress==1.0.1
|
8 |
git+https://github.com/egorsmkv/ukrainian-accentor.git@5b7971c4e135e3ff3283336962e63fc0b1c80f4c
|