Update requirements.txt
Browse files- requirements.txt +12 -5
requirements.txt
CHANGED
|
@@ -1,6 +1,13 @@
|
|
| 1 |
accelerate
|
| 2 |
-
diffusers
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
accelerate
|
| 2 |
+
diffusers==0.24.0
|
| 3 |
+
gradio==4.36.0
|
| 4 |
+
Pillow
|
| 5 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 6 |
+
torch==2.1.1+cpu
|
| 7 |
+
openvino==2023.2.0
|
| 8 |
+
optimum==1.14.1
|
| 9 |
+
optimum-intel==1.12.1
|
| 10 |
+
onnx==1.15.0
|
| 11 |
+
transformers==4.35.2
|
| 12 |
+
|
| 13 |
+
git+https://huggingface.co/spaces/Wauplin/gradio-user-history
|