Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -27,7 +27,7 @@ RUN pip install --no-cache-dir \
|
|
| 27 |
opencv-python \
|
| 28 |
imutils \
|
| 29 |
dlib-bin==19.24.6 \
|
| 30 |
-
gradio==4.
|
| 31 |
scipy \
|
| 32 |
"numpy<2.0"
|
| 33 |
|
|
|
|
| 27 |
opencv-python \
|
| 28 |
imutils \
|
| 29 |
dlib-bin==19.24.6 \
|
| 30 |
+
gradio==4.42.0 \
|
| 31 |
scipy \
|
| 32 |
"numpy<2.0"
|
| 33 |
|