Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
|
|
|
|
|
|
|
2 |
Pillow
|
3 |
-
numpy
|
4 |
-
torch
|
5 |
-
sentencepiece
|
6 |
-
timm
|
7 |
-
opencv-python
|
|
|
1 |
+
torch>=2.0
|
2 |
+
diffusers>=0.20.0
|
3 |
+
transformers>=4.33
|
4 |
+
gradio>=3.36
|
5 |
Pillow
|
6 |
+
numpy
|
|
|
|
|
|
|
|