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