Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
torch==2.1.0
|
| 2 |
torchvision==0.16.0
|
| 3 |
-
transformers
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
| 1 |
torch==2.1.0
|
| 2 |
torchvision==0.16.0
|
| 3 |
+
transformers==4.41.2
|
| 4 |
+
fastai==2.7.12
|
| 5 |
+
numpy<2
|
| 6 |
+
gradio==5.38.1
|
| 7 |
+
matplotlib
|