Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 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
|
|
|
|
| 1 |
gradio==5.49.1
|
| 2 |
numpy==1.25.0
|
| 3 |
opencv-python-headless==4.8.1.78
|
| 4 |
+
insightface[torch]==0.7.3
|
| 5 |
+
torch==2.1.0
|
|
|