shrnik commited on
Commit
5520771
·
1 Parent(s): 2c7b6ad

Specify version constraints for gradio and huggingface_hub in requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -3,5 +3,5 @@ torchvision
3
  opencv-python
4
  kornia
5
  matplotlib
6
- gradio
7
- huggingface_hub
 
3
  opencv-python
4
  kornia
5
  matplotlib
6
+ gradio>=5.0
7
+ huggingface_hub>=0.26