Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
accelerate
|
2 |
-
diffusers
|
3 |
gradio==3.48.0
|
4 |
Pillow
|
5 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
6 |
-
torch==2.0
|
7 |
openvino==2023.1.0
|
8 |
optimum==1.13.2
|
9 |
optimum-intel==1.11.0
|
10 |
onnx==1.14.1
|
11 |
-
transformers
|
12 |
|
13 |
git+https://huggingface.co/spaces/Wauplin/gradio-user-history
|
|
|
1 |
accelerate
|
2 |
+
diffusers==0.20.2
|
3 |
gradio==3.48.0
|
4 |
Pillow
|
5 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
6 |
+
torch==2.1.0+cpu
|
7 |
openvino==2023.1.0
|
8 |
optimum==1.13.2
|
9 |
optimum-intel==1.11.0
|
10 |
onnx==1.14.1
|
11 |
+
transformers==4.31.0
|
12 |
|
13 |
git+https://huggingface.co/spaces/Wauplin/gradio-user-history
|