Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
torch == 2.0.1
|
| 2 |
torchvision == 0.15.2
|
|
|
|
| 3 |
opencv-python
|
| 4 |
numpy == 1.23.1
|
| 5 |
Pillow
|
|
|
|
| 1 |
torch == 2.0.1
|
| 2 |
torchvision == 0.15.2
|
| 3 |
+
xformers == 0.0.21
|
| 4 |
opencv-python
|
| 5 |
numpy == 1.23.1
|
| 6 |
Pillow
|