Rogerjs commited on
Commit
29cfb29
·
verified ·
1 Parent(s): b5f6be1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  gradio
2
  Pillow
3
- requests
4
- # Add opencv-python-headless if you decide to do local landmark detection
5
- # Add dlib if you use dlib (can be tricky to install on Spaces)
6
- # Add transformers and torch if using a local model from HF hub
 
 
1
  gradio
2
  Pillow
3
+ transformers
4
+ torch
5
+ opencv-python-headless # For image processing and mediapipe
6
+ mediapipe
7
+ scipy # Often a dependency for transformers or image processing