Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -14
requirements.txt
CHANGED
@@ -1,18 +1,9 @@
|
|
1 |
-
|
|
|
2 |
torch
|
3 |
torchvision
|
4 |
-
|
5 |
-
streamlit
|
6 |
-
transformers
|
7 |
-
pillow
|
8 |
-
numpy
|
9 |
-
scipy
|
10 |
-
soundfile
|
11 |
opencv-python
|
12 |
-
|
13 |
-
|
14 |
-
tensorflow
|
15 |
-
huggingface_hub
|
16 |
-
tf-keras
|
17 |
deepface
|
18 |
-
|
|
|
1 |
+
streamlit
|
2 |
+
transformers
|
3 |
torch
|
4 |
torchvision
|
5 |
+
Pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
opencv-python
|
7 |
+
numpy
|
8 |
+
requests
|
|
|
|
|
|
|
9 |
deepface
|
|