Spaces:
Running
Running
Track hack to fix gradio/huggingface bug
Browse filesSee: https://discuss.huggingface.co/t/internal-server-error-bool-not-iterable/149494/4
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
gradio
|
2 |
opencv-python-headless>=4.5.4
|
3 |
-
deepforest
|
|
|
|
1 |
gradio
|
2 |
opencv-python-headless>=4.5.4
|
3 |
+
deepforest
|
4 |
+
pydantic==2.10.6
|