Spaces:
Running
Running
Track hack to fix gradio/huggingface bug (#4)
Browse files- Track hack to fix gradio/huggingface bug (8e8119b09d15fd063c7a730c1862053e302e2eaf)
- 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
|