Spaces:
Running
Running
Yurii Paniv
commited on
Commit
•
2cd8140
1
Parent(s):
3f25ccd
Gradio fix
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
# requirements for HuggingFace demo. Installs local package.
|
2 |
-
.
|
3 |
torch==1.12.1
|
4 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
|
|
1 |
# requirements for HuggingFace demo. Installs local package.
|
2 |
+
git+https://github.com/robinhad/ukrainian-tts.git #. should be correct one
|
3 |
torch==1.12.1
|
4 |
--extra-index-url https://download.pytorch.org/whl/cu113
|