Spaces:
Running
Running
Update requirements-lock.txt
Browse files- requirements-lock.txt +11 -12
requirements-lock.txt
CHANGED
|
@@ -3,15 +3,14 @@
|
|
| 3 |
# Then rebuild the Docker image.
|
| 4 |
gradio==6.0.0
|
| 5 |
ultralytics==8.3.0
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
sentencepiece>=0.1.99
|
|
|
|
| 3 |
# Then rebuild the Docker image.
|
| 4 |
gradio==6.0.0
|
| 5 |
ultralytics==8.3.0
|
| 6 |
+
transformers
|
| 7 |
+
torch
|
| 8 |
+
torchvision
|
| 9 |
+
pillow
|
| 10 |
+
numpy
|
| 11 |
+
huggingface_hub
|
| 12 |
+
matplotlib
|
| 13 |
+
requests
|
| 14 |
+
einops
|
| 15 |
+
timm
|
| 16 |
+
sentencepiece
|
|
|