Spaces:
Sleeping
Sleeping
Update requirement.txt
Browse files- requirement.txt +4 -1
requirement.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
opencv-python
|
2 |
-
opencv-python-headless
|
3 |
numpy
|
4 |
tensorflow
|
|
|
|
|
|
|
5 |
|
|
|
1 |
opencv-python
|
2 |
+
opencv-python-headless # For headless environments, no GUI support
|
3 |
numpy
|
4 |
tensorflow
|
5 |
+
tqdm
|
6 |
+
gradio
|
7 |
+
|
8 |
|