Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
torch
|
| 3 |
torchvision
|
| 4 |
-
transformers
|
| 5 |
Pillow
|
| 6 |
einops
|
| 7 |
-
timm
|
| 8 |
-
accelerate
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
torch>=2.0.0
|
| 3 |
torchvision
|
| 4 |
+
transformers>=4.36.0
|
| 5 |
Pillow
|
| 6 |
einops
|
| 7 |
+
timm
|
|
|