Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
# All Python packages needed to run the Tree Classifier app.
|
| 3 |
# Hugging Face Spaces will install these automatically.
|
| 4 |
|
| 5 |
-
streamlit
|
| 6 |
-
torch
|
| 7 |
-
torchvision
|
| 8 |
-
Pillow
|
| 9 |
-
numpy
|
| 10 |
-
opencv-python-headless
|
|
|
|
| 2 |
# All Python packages needed to run the Tree Classifier app.
|
| 3 |
# Hugging Face Spaces will install these automatically.
|
| 4 |
|
| 5 |
+
streamlit
|
| 6 |
+
torch
|
| 7 |
+
torchvision
|
| 8 |
+
Pillow
|
| 9 |
+
numpy
|
| 10 |
+
opencv-python-headless
|