Spaces:
Running
on
T4
Running
on
T4
Commit
·
4390629
1
Parent(s):
ad798d2
add requirements
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
@@ -1,9 +1,14 @@
|
|
1 |
gradio
|
2 |
-
torch
|
3 |
torchaudio
|
4 |
numpy
|
5 |
huggingface-hub
|
6 |
-
transformers
|
7 |
datasets
|
8 |
librosa
|
9 |
-
soundfile
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
+
torch==2.8.0
|
3 |
torchaudio
|
4 |
numpy
|
5 |
huggingface-hub
|
6 |
+
transformers==4.42.4
|
7 |
datasets
|
8 |
librosa
|
9 |
+
soundfile
|
10 |
+
accelerate
|
11 |
+
pyworld
|
12 |
+
einops
|
13 |
+
json5
|
14 |
+
ruamel_yaml
|