Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -10
requirements.txt
CHANGED
@@ -1,15 +1,13 @@
|
|
1 |
accelerate
|
2 |
-
diffusers
|
3 |
-
gradio
|
4 |
Pillow
|
5 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
6 |
-
torch
|
7 |
-
openvino
|
8 |
-
optimum
|
9 |
-
optimum-intel
|
10 |
-
onnx
|
11 |
-
transformers
|
12 |
-
|
13 |
-
numpy==1.24.3
|
14 |
|
15 |
git+https://huggingface.co/spaces/Wauplin/gradio-user-history
|
|
|
1 |
accelerate
|
2 |
+
diffusers
|
3 |
+
gradio
|
4 |
Pillow
|
5 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
6 |
+
torch
|
7 |
+
openvino
|
8 |
+
optimum
|
9 |
+
optimum-intel
|
10 |
+
onnx
|
11 |
+
transformers
|
|
|
|
|
12 |
|
13 |
git+https://huggingface.co/spaces/Wauplin/gradio-user-history
|