Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
gradio
|
2 |
Pillow
|
3 |
-
|
4 |
-
|
5 |
-
#
|
6 |
-
|
|
|
|
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
|