Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
numpy==1.23.0
|
| 2 |
-
|
| 3 |
-
matplotlib==3.5.2
|
| 4 |
-
tensorflow==2.9.0
|
| 5 |
-
torch==1.12.0
|
| 6 |
-
git+https://github.com/huggingface/transformers
|
| 7 |
-
datasets==2.3.2
|
|
|
|
| 1 |
+
onnxruntime==1.12.0
|
| 2 |
+
wget==3.2
|
| 3 |
numpy==1.23.0
|
| 4 |
+
opencv-python
|
| 5 |
+
matplotlib==3.5.2
|
|
|
|
|
|
|
|
|
|
|
|