Jeff28 commited on
Commit
96fb26d
·
verified ·
1 Parent(s): 654a6ea

Add requirements.txt with compatible dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
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