Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
-
streamlit==1.
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
huggingface_hub==0.13.3 # If you're using Hugging Face to load models
|
|
|
|
| 1 |
+
streamlit==1.26.0
|
| 2 |
+
torch==2.4.0
|
| 3 |
+
ultralytics==8.3.50
|
| 4 |
+
opencv-python==4.10.0.84
|
| 5 |
+
numpy==1.26.4
|
| 6 |
+
Pillow==10.3.0
|
|
|