vaniv commited on
Commit
2ce85ab
·
verified ·
1 Parent(s): b0d371d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- gradio>=4.44.0
2
- numpy
3
- Pillow
 
4
  opencv-python-headless
5
  scikit-image
6
- matplotlib
7
- mediapipe
8
-
 
1
+ transformers>=4.41
2
+ huggingface-hub>=0.23
3
+ torch # CPU is fine
4
+ mediapipe
5
  opencv-python-headless
6
  scikit-image
7
+ gradio>=4.0.0
8
+ Pillow
9
+ numpy