Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
gradio==5.49.1
|
| 2 |
numpy==1.25.0
|
| 3 |
opencv-python-headless==4.8.1.78
|
| 4 |
-
insightface
|
| 5 |
-
torch==2.1.0
|
|
|
|
|
|
| 1 |
gradio==5.49.1
|
| 2 |
numpy==1.25.0
|
| 3 |
opencv-python-headless==4.8.1.78
|
| 4 |
+
insightface==0.7.3
|
| 5 |
+
torch==2.1.0
|
| 6 |
+
onnxruntime==1.15.1
|