Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -3
requirements.txt
CHANGED
|
@@ -17,7 +17,7 @@ torchgeometry
|
|
| 17 |
async-lru==2.0.4
|
| 18 |
|
| 19 |
# note: gradio is only used for the cropping utility
|
| 20 |
-
gradio==5.
|
| 21 |
|
| 22 |
pyyaml==6.0.1
|
| 23 |
numpy==1.22.0 # Updated to resolve conflicts
|
|
@@ -36,7 +36,14 @@ ffmpeg-python==0.2.0
|
|
| 36 |
|
| 37 |
# versions of onnx gpu <= 1.17 did not support Cuda 12
|
| 38 |
onnxruntime-gpu==1.19.2
|
| 39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
scikit-image==0.20.0
|
| 41 |
albumentations==1.3.1
|
| 42 |
matplotlib==3.7.2
|
|
@@ -73,4 +80,4 @@ optimum-quanto==0.2.4
|
|
| 73 |
pillow==10.4.0
|
| 74 |
|
| 75 |
# by popular demand, let's add AVIF
|
| 76 |
-
pillow-avif-plugin==1.4.6
|
|
|
|
| 17 |
async-lru==2.0.4
|
| 18 |
|
| 19 |
# note: gradio is only used for the cropping utility
|
| 20 |
+
gradio==5.6.0
|
| 21 |
|
| 22 |
pyyaml==6.0.1
|
| 23 |
numpy==1.22.0 # Updated to resolve conflicts
|
|
|
|
| 36 |
|
| 37 |
# versions of onnx gpu <= 1.17 did not support Cuda 12
|
| 38 |
onnxruntime-gpu==1.19.2
|
| 39 |
+
|
| 40 |
+
# onnx 1.16.2 has some issues it seems:
|
| 41 |
+
# https://github.com/onnx/onnx/issues/6267
|
| 42 |
+
#onnx==1.16.2
|
| 43 |
+
# update: I've rolled it back to 1.16.1
|
| 44 |
+
# see: https://github.com/jbilcke-hf/FacePoke/issues/23#issuecomment-2414714490
|
| 45 |
+
onnx==1.16.1
|
| 46 |
+
|
| 47 |
scikit-image==0.20.0
|
| 48 |
albumentations==1.3.1
|
| 49 |
matplotlib==3.7.2
|
|
|
|
| 80 |
pillow==10.4.0
|
| 81 |
|
| 82 |
# by popular demand, let's add AVIF
|
| 83 |
+
pillow-avif-plugin==1.4.6
|