Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.9.1
|
| 2 |
+
numpy==2.2.6
|
| 3 |
+
transformers==5.6.0
|
| 4 |
+
torchvision==0.24.1
|
| 5 |
+
lime==0.2.0.1
|
| 6 |
+
scikit-image==0.26.0
|
| 7 |
+
pillow==12.0.0
|