trying to fix build error
Browse fileshttps://discuss.huggingface.co/t/internal-server-error-bool-not-iterable/149494/8
- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -8,6 +8,7 @@ pycocotools==2.0.7
|
|
8 |
PyYAML==6.0.1
|
9 |
scipy==1.13.0
|
10 |
gradio==5.23.2
|
|
|
11 |
opencv-python==4.9.0.80
|
12 |
psutil==5.9.8
|
13 |
py-cpuinfo==9.0.0
|
|
|
8 |
PyYAML==6.0.1
|
9 |
scipy==1.13.0
|
10 |
gradio==5.23.2
|
11 |
+
pydantic==2.10.6
|
12 |
opencv-python==4.9.0.80
|
13 |
psutil==5.9.8
|
14 |
py-cpuinfo==9.0.0
|