Spaces:
Runtime error
Runtime error
feat: :man_dancing: YOLO
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
pandas
|
2 |
torch
|
3 |
torchaudio
|
|
|
|
|
|
|
4 |
tensorflow
|
5 |
tf-keras
|
6 |
transformers[torch]
|
|
|
1 |
pandas
|
2 |
torch
|
3 |
torchaudio
|
4 |
+
keras==2.2.4
|
5 |
+
tensorflow==1.15.0
|
6 |
+
pillow==7.0.0
|
7 |
tensorflow
|
8 |
tf-keras
|
9 |
transformers[torch]
|