Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -35
requirements.txt
CHANGED
@@ -1,37 +1,4 @@
|
|
1 |
-
# βββ PyTorch CPU μ μ© μ€ν ββββββββββββββββββββββββββββ
|
2 |
-
torch==2.1.0+cpu
|
3 |
-
torchaudio==2.1.0+cpu
|
4 |
-
# torchvisionμ΄ νμνλ©΄: torchvision==0.16.0+cpu
|
5 |
-
--extra-index-url https://download.pytorch.org/whl/cpu
|
6 |
-
|
7 |
-
# βββ κΈ°λ³Έ λΌμ΄λΈλ¬λ¦¬ ββββββββββββββββββββββββββββββββββ
|
8 |
-
transformers>=4.38.0
|
9 |
gradio>=4.0
|
10 |
-
safetensors
|
11 |
Pillow
|
12 |
-
|
13 |
-
python-dotenv
|
14 |
-
sentencepiece
|
15 |
-
soundfile>=0.12.1
|
16 |
-
scipy
|
17 |
-
numpy
|
18 |
-
tqdm
|
19 |
-
einops
|
20 |
-
hydra-core
|
21 |
-
hydra-colorlog
|
22 |
-
flashy==0.0.2
|
23 |
-
julius
|
24 |
-
platformdirs # (spacy μμ‘΄)
|
25 |
-
|
26 |
-
# βββ audiocraft μμ‘΄μ± (GPU η‘) ββββββββββββββββββββββ
|
27 |
-
encodec
|
28 |
-
spacy==3.7.6
|
29 |
-
librosa>=0.10
|
30 |
-
torchdiffeq
|
31 |
-
torchmetrics
|
32 |
-
pesq
|
33 |
-
pystoi
|
34 |
-
soxr
|
35 |
-
av==11.0.0
|
36 |
-
huggingface_hub
|
37 |
-
num2words
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio>=4.0
|
|
|
2 |
Pillow
|
3 |
+
requests
|
4 |
+
python-dotenv # (μ ν) .env λ‘컬 μ€ν μ HF_TOKEN λ‘λ©
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|