Spaces:
Build error
Build error
added requirements.txt
Browse files- requirements.txt +26 -0
requirements.txt
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
deepspeed==0.15.1
|
2 |
+
dlib==19.24.2
|
3 |
+
einops==0.8.0
|
4 |
+
facenet_pytorch==2.5.3
|
5 |
+
grad_cam==1.5.0
|
6 |
+
gradio==4.44.0
|
7 |
+
huggingface_hub==0.20.3
|
8 |
+
inflect==7.4.0
|
9 |
+
librosa==0.10.1
|
10 |
+
numpy==1.25.2
|
11 |
+
opencv_contrib_python==4.9.0.80
|
12 |
+
opencv_python==4.9.0.80
|
13 |
+
Pillow==10.0.0
|
14 |
+
Pillow==10.4.0
|
15 |
+
plotly==5.19.0
|
16 |
+
progressbar33==2.4
|
17 |
+
psutil==5.9.8
|
18 |
+
rotary_embedding_torch==0.8.4
|
19 |
+
scipy==1.14.1
|
20 |
+
sounddevice==0.5.0
|
21 |
+
tokenizers==0.20.0
|
22 |
+
torch==2.2.1
|
23 |
+
torchaudio==2.2.1
|
24 |
+
tqdm==4.66.1
|
25 |
+
transformers==4.45.1
|
26 |
+
Unidecode==1.3.8
|