Spaces:
Runtime error
Runtime error
pin dependencies
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
transformers
|
2 |
-
torch
|
3 |
-
diffusers
|
4 |
onnx==1.12.0
|
5 |
onnxconverter-common==1.13.0
|
6 |
onnxruntime==1.13.1
|
|
|
1 |
+
transformers==4.25.1
|
2 |
+
torch==1.12.1
|
3 |
+
diffusers==0.11.0
|
4 |
onnx==1.12.0
|
5 |
onnxconverter-common==1.13.0
|
6 |
onnxruntime==1.13.1
|