Jeff28 commited on
Commit
2f7bb73
·
verified ·
1 Parent(s): ee1f474

Updated requirements.txt with compatible dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- gradio
2
- tensorflow
3
- numpy
4
- pillow
5
- huggingface_hub
6
- timm
 
 
1
+ tensorflow>=2.10.0
2
+ numpy>=1.22.0
3
+ pillow>=9.0.0
4
+ gradio==3.50.2
5
+ requests>=2.28.0
6
+ huggingface_hub>=0.13.0
7
+ python-dotenv>=1.0.0