Rogerjs commited on
Commit
56c9424
·
verified ·
1 Parent(s): 88eb0e1

Create requirements.txt

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