Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.22.0
|
| 2 |
+
torch==1.13.1
|
| 3 |
+
torchvision==0.14.1
|
| 4 |
+
Pillow==9.5.0
|
| 5 |
+
face_recognition==1.3.0
|
| 6 |
+
faiss-cpu==1.7.3
|
| 7 |
+
sentence-transformers==2.2.2
|
| 8 |
+
transformers==4.28.1
|
| 9 |
+
opencv-python-headless==4.7.0.72
|
| 10 |
+
numpy==1.24.3
|
| 11 |
+
yt-dlp==2023.3.4
|
| 12 |
+
ffmpeg-python==0.2.0
|
| 13 |
+
moviepy==1.0.3
|