Raghu commited on
Commit
abcee6a
·
1 Parent(s): 0f1f004

Downgrade gradio to 4.19.2 to fix json_schema bool error on Spaces

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -2,8 +2,8 @@ torch>=2.0.0
2
  torchvision>=0.15.0
3
  transformers>=4.30.0
4
  easyocr>=1.7.0
5
- # Pin gradio to a stable version to avoid json_schema issues in Spaces
6
- gradio==4.29.0
7
  Pillow>=9.0.0
8
  numpy>=1.21.0
9
  scikit-learn>=1.0.0
 
2
  torchvision>=0.15.0
3
  transformers>=4.30.0
4
  easyocr>=1.7.0
5
+ # Downgrade Gradio to avoid json_schema bool issue on Spaces
6
+ gradio==4.19.2
7
  Pillow>=9.0.0
8
  numpy>=1.21.0
9
  scikit-learn>=1.0.0