Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==3.42.0
|
| 2 |
+
numpy==1.26.2
|
| 3 |
+
opencv-python-headless==4.8.1.78
|
| 4 |
+
insightface==0.8.5
|
| 5 |
+
torch==2.3.1
|
| 6 |
+
onnxruntime==1.16.1
|
| 7 |
+
tensorflow-cpu==2.14.0
|