Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
streamlit==1.29.0
|
2 |
torch==2.1.2
|
3 |
transformers==4.36.2
|
4 |
-
moviepy==1.0.3
|
5 |
opencv-python==4.8.1.78
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
1 |
streamlit==1.29.0
|
2 |
torch==2.1.2
|
3 |
transformers==4.36.2
|
|
|
4 |
opencv-python==4.8.1.78
|
5 |
+
facenet-pytorch==4.5.3
|
6 |
+
Pillow==9.5.0
|
7 |
+
matplotlib==3.7.1
|
8 |
+
seaborn==0.12.2
|
9 |
+
numpy==1.26.3
|