Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
torch>=2.0.0
|
4 |
opencv-python-headless
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
pandas
|
|
|
1 |
+
|
2 |
+
streamlit
|
|
|
3 |
opencv-python-headless
|
4 |
+
numpy
|
5 |
+
pandas
|
6 |
+
# Add other dependencies as needed
|
|