Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
torch==2.
|
| 2 |
-
|
|
|
|
| 3 |
gradio
|
| 4 |
Pillow
|
| 5 |
huggingface_hub
|
|
|
|
| 1 |
+
torch==2.4.1
|
| 2 |
+
torchvision==0.19.1
|
| 3 |
+
ultralytics==8.2.100
|
| 4 |
gradio
|
| 5 |
Pillow
|
| 6 |
huggingface_hub
|