Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +5 -9
requirements.txt
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
-
git+https://github.com/huggingface/diffusers.git
|
2 |
-
git+https://github.com/huggingface/transformers.git
|
3 |
-
git+https://github.com/huggingface/accelerate.git
|
4 |
-
git+https://github.com/huggingface/peft.git
|
5 |
torch
|
6 |
spaces
|
7 |
-
gradio
|
8 |
-
safetensors
|
9 |
-
sentencepiece
|
10 |
gradio-imageslider
|
11 |
-
numpy
|
12 |
-
|
|
|
|
|
|
|
13 |
opencv-python
|
|
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
spaces
|
|
|
|
|
|
|
3 |
gradio-imageslider
|
4 |
+
numpy==1.26.4
|
5 |
+
transformers
|
6 |
+
accelerate
|
7 |
+
diffusers
|
8 |
+
fastapi<0.113.0
|
9 |
opencv-python
|