Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
numpy==1.24.2
|
| 4 |
gradio==3.44.2
|
| 5 |
opencv-python==4.8.0.76
|
|
@@ -10,11 +8,12 @@ pillow==10.0.1
|
|
| 10 |
|
| 11 |
torch==2.0.1
|
| 12 |
torchvision==0.15.2
|
| 13 |
-
|
| 14 |
-
onnxruntime==1.
|
| 15 |
|
| 16 |
protobuf==4.23.2
|
| 17 |
tqdm==4.66.1
|
| 18 |
ftfy
|
| 19 |
regex
|
| 20 |
pyvirtualcam
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
numpy==1.24.2
|
| 2 |
gradio==3.44.2
|
| 3 |
opencv-python==4.8.0.76
|
|
|
|
| 8 |
|
| 9 |
torch==2.0.1
|
| 10 |
torchvision==0.15.2
|
| 11 |
+
|
| 12 |
+
onnxruntime==1.15.1 # <- fixed version
|
| 13 |
|
| 14 |
protobuf==4.23.2
|
| 15 |
tqdm==4.66.1
|
| 16 |
ftfy
|
| 17 |
regex
|
| 18 |
pyvirtualcam
|
| 19 |
+
|