Spaces:
Running
Running
Create requirements.txt
Browse files- 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
|