Spaces:
Running
Running
Yurii Paniv
commited on
Commit
•
8d7e3e3
1
Parent(s):
e4b5b28
Fix requirements
Browse files- requirements-local.txt +0 -4
- requirements.txt +5 -3
requirements-local.txt
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
# requirements for HuggingFace demo. Installs local package.
|
2 |
-
.
|
3 |
-
torch>=1.12.1
|
4 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
# requirements for HuggingFace demo. Installs local package.
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
1 |
# requirements for HuggingFace demo. Installs local package.
|
2 |
+
torch>=1.9
|
3 |
+
TTS==0.9.0
|
4 |
+
ukrainian-word-stress==1.0.1
|
5 |
+
git+https://github.com/egorsmkv/ukrainian-accentor.git@5b7971c4e135e3ff3283336962e63fc0b1c80f4c
|
6 |
+
gradio==3.3
|