Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -63
requirements.txt
CHANGED
@@ -1,63 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
gast==0.4.0
|
11 |
-
grpcio==1.59.2
|
12 |
-
grpcio-status==1.59.2
|
13 |
-
h11==0.14.0
|
14 |
-
h2==4.1.0
|
15 |
-
h5py==3.9.0
|
16 |
-
huggingface-hub==0.17.3
|
17 |
-
keras==2.10.0
|
18 |
-
Keras-Preprocessing==1.1.2
|
19 |
-
lazy_loader==0.3
|
20 |
-
libclang==16.0.6
|
21 |
-
librosa==0.10.1
|
22 |
-
llvmlite==0.41.1
|
23 |
-
lvis==0.5.3
|
24 |
-
lxml==4.9.3
|
25 |
-
Markdown==3.4.4
|
26 |
-
MarkupSafe==2.1.3
|
27 |
-
matplotlib==3.7.2
|
28 |
-
matplotlib-inline==0.1.6
|
29 |
-
nltk==3.8.1
|
30 |
-
numba==0.58.1
|
31 |
-
numpy==1.24.3
|
32 |
-
oauthlib==3.2.2
|
33 |
-
openai==1.9.0
|
34 |
-
opencv-python==4.8.0.76
|
35 |
-
pandas==1.5.3
|
36 |
-
regex==2023.8.8
|
37 |
-
requests==2.31.0
|
38 |
-
requests-oauthlib==1.3.1
|
39 |
-
responses==0.18.0
|
40 |
-
rsa==4.9
|
41 |
-
sacrebleu==2.2.0
|
42 |
-
scikit-learn==1.3.2
|
43 |
-
scipy==1.11.2
|
44 |
-
six==1.16.0
|
45 |
-
tenacity==8.2.3
|
46 |
-
tensorboard==2.10.1
|
47 |
-
tensorboard-data-server==0.6.1
|
48 |
-
tensorboard-plugin-wit==1.8.1
|
49 |
-
tensorflow==2.10.1
|
50 |
-
tensorflow-estimator==2.10.0
|
51 |
-
tokenizers==0.13.3
|
52 |
-
torch==2.1.2
|
53 |
-
tornado==6.3.3
|
54 |
-
tqdm==4.66.1
|
55 |
-
transformers==4.28.1
|
56 |
-
typer==0.3.2
|
57 |
-
types-python-dateutil==2.8.19.14
|
58 |
-
typing_extensions==4.9.0
|
59 |
-
tzdata==2023.3
|
60 |
-
tzlocal==5.2
|
61 |
-
uri-template==1.3.0
|
62 |
-
urllib3==2.1.0
|
63 |
-
zipp==3.17.0
|
|
|
1 |
+
numpy
|
2 |
+
opencv-python
|
3 |
+
tensorflow
|
4 |
+
facenet_pytorch
|
5 |
+
pillow
|
6 |
+
moviepy
|
7 |
+
zipfile
|
8 |
+
os
|
9 |
+
tensorflow-addons
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|