Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -4,11 +4,11 @@ click
|
|
| 4 |
pyyaml
|
| 5 |
numpy
|
| 6 |
torchvision
|
| 7 |
-
diffusers
|
| 8 |
Pillow
|
| 9 |
scipy
|
| 10 |
munch
|
| 11 |
-
transformers
|
| 12 |
torchmetrics
|
| 13 |
scikit-image
|
| 14 |
opencv-python
|
|
|
|
| 4 |
pyyaml
|
| 5 |
numpy
|
| 6 |
torchvision
|
| 7 |
+
diffusers==0.32.2
|
| 8 |
Pillow
|
| 9 |
scipy
|
| 10 |
munch
|
| 11 |
+
transformers==4.49
|
| 12 |
torchmetrics
|
| 13 |
scikit-image
|
| 14 |
opencv-python
|