Spaces:
Runtime error
Runtime error
Upload 5 files
Browse files- raw/put_raw_wav_here +0 -0
- requirements.txt +2 -2
- requirements_cpu.txt +19 -0
- requirements_gpu.txt +16 -0
raw/put_raw_wav_here
ADDED
File without changes
|
requirements.txt
CHANGED
@@ -7,10 +7,10 @@ scipy
|
|
7 |
sounddevice
|
8 |
SoundFile
|
9 |
starlette
|
10 |
-
torch
|
11 |
-
torchaudio
|
12 |
tqdm
|
13 |
scikit-maad
|
14 |
praat-parselmouth
|
15 |
librosa
|
|
|
|
|
16 |
torchvision
|
|
|
7 |
sounddevice
|
8 |
SoundFile
|
9 |
starlette
|
|
|
|
|
10 |
tqdm
|
11 |
scikit-maad
|
12 |
praat-parselmouth
|
13 |
librosa
|
14 |
+
torch
|
15 |
+
torchaudio
|
16 |
torchvision
|
requirements_cpu.txt
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
playsound
|
3 |
+
pydub
|
4 |
+
pyworld
|
5 |
+
requests
|
6 |
+
scipy
|
7 |
+
sounddevice
|
8 |
+
SoundFile
|
9 |
+
starlette
|
10 |
+
tqdm
|
11 |
+
scikit-maad
|
12 |
+
praat-parselmouth
|
13 |
+
librosa
|
14 |
+
Flask
|
15 |
+
Flask_Cors
|
16 |
+
gradio
|
17 |
+
torch
|
18 |
+
torchaudio
|
19 |
+
torchvision
|
requirements_gpu.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
playsound
|
3 |
+
pydub
|
4 |
+
pyworld
|
5 |
+
requests
|
6 |
+
scipy
|
7 |
+
sounddevice
|
8 |
+
SoundFile
|
9 |
+
starlette
|
10 |
+
tqdm
|
11 |
+
scikit-maad
|
12 |
+
praat-parselmouth
|
13 |
+
librosa
|
14 |
+
Flask
|
15 |
+
Flask_Cors
|
16 |
+
gradio
|