Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -2,8 +2,8 @@ gradio>=5.0.0
|
|
| 2 |
huggingface_hub>=0.32.0
|
| 3 |
insightface
|
| 4 |
numpy<2
|
| 5 |
-
onnxruntime-gpu
|
| 6 |
opencv-python-headless
|
| 7 |
tensorflow
|
| 8 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 9 |
-
torch
|
|
|
|
| 2 |
huggingface_hub>=0.32.0
|
| 3 |
insightface
|
| 4 |
numpy<2
|
| 5 |
+
onnxruntime-gpu==1.22.0
|
| 6 |
opencv-python-headless
|
| 7 |
tensorflow
|
| 8 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 9 |
+
torch
|