Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
streamlit>=1.25.0
|
2 |
-
|
3 |
-
ultralytics==8.0.23
|
4 |
torch==2.2.1
|
5 |
Pillow>=7.1.0,<10 # Streamlit requires Pillow within this range
|
6 |
numpy>=1.22
|
|
|
1 |
streamlit>=1.25.0
|
2 |
+
|
|
|
3 |
torch==2.2.1
|
4 |
Pillow>=7.1.0,<10 # Streamlit requires Pillow within this range
|
5 |
numpy>=1.22
|