ethanwhite commited on
Commit
8e8119b
·
verified ·
1 Parent(s): c411270

Track hack to fix gradio/huggingface bug

Browse files

See: https://discuss.huggingface.co/t/internal-server-error-bool-not-iterable/149494/4

Files changed (1) hide show
  1. 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