Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
@@ -29,3 +29,9 @@ spandrel
|
|
29 |
av>=14.2.0
|
30 |
soundfile
|
31 |
cffi>=1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
av>=14.2.0
|
30 |
soundfile
|
31 |
cffi>=1.0
|
32 |
+
# Additional dependencies for EVA-CLIP and InsightFace
|
33 |
+
ftfy
|
34 |
+
regex
|
35 |
+
onnxruntime
|
36 |
+
scikit-learn
|
37 |
+
PyYAML
|