Spaces:
Runtime error
Runtime error
Fix version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@ streamlit == 1.20.0
|
|
| 2 |
streamlit-drawable-canvas == 0.9.2
|
| 3 |
opencv-python == 4.7.0.72
|
| 4 |
torch == 2.0.0
|
| 5 |
-
torchvision ==
|
| 6 |
tensorboard == 2.12.0
|
| 7 |
albumentations == 1.3.0
|
| 8 |
numpy == 1.23.5
|
|
|
|
| 2 |
streamlit-drawable-canvas == 0.9.2
|
| 3 |
opencv-python == 4.7.0.72
|
| 4 |
torch == 2.0.0
|
| 5 |
+
torchvision == 0.15.1
|
| 6 |
tensorboard == 2.12.0
|
| 7 |
albumentations == 1.3.0
|
| 8 |
numpy == 1.23.5
|