Spaces:
Running
Running
remove torch from requirements.txt for pinokio
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
git+https://github.com/resemble-ai/monotonic_align.git
|
2 |
gradio
|
3 |
audiofile==1.5.0
|
@@ -14,8 +16,6 @@ numpy
|
|
14 |
phonemizer==3.3.0
|
15 |
scikit-learn
|
16 |
soundfile==0.12.1
|
17 |
-
torch
|
18 |
-
torchaudio==2.5.1
|
19 |
tqdm==4.67.1
|
20 |
transformers==4.47.1
|
21 |
txtsplit
|
|
|
1 |
+
torch
|
2 |
+
torchaudio==2.5.1
|
3 |
git+https://github.com/resemble-ai/monotonic_align.git
|
4 |
gradio
|
5 |
audiofile==1.5.0
|
|
|
16 |
phonemizer==3.3.0
|
17 |
scikit-learn
|
18 |
soundfile==0.12.1
|
|
|
|
|
19 |
tqdm==4.67.1
|
20 |
transformers==4.47.1
|
21 |
txtsplit
|