Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -5,7 +5,8 @@ torch
|
|
| 5 |
ultralytics
|
| 6 |
pycryptodome
|
| 7 |
torchvision
|
|
|
|
| 8 |
pandas
|
| 9 |
timm
|
| 10 |
-
tensorflow
|
| 11 |
|
|
|
|
| 5 |
ultralytics
|
| 6 |
pycryptodome
|
| 7 |
torchvision
|
| 8 |
+
Keras==2.13.1
|
| 9 |
pandas
|
| 10 |
timm
|
| 11 |
+
tensorflow==2.13.0
|
| 12 |
|