Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
-
diffusers
|
| 2 |
-
|
| 3 |
-
accelerate==0.27.2
|
| 4 |
-
gradio==3.41.2
|
| 5 |
-
httpx==0.23.0
|
| 6 |
-
flask
|
| 7 |
-
pillow
|
| 8 |
-
safetensors
|
| 9 |
transformers
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/diffusers
|
| 2 |
+
accelerate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
transformers
|
| 4 |
+
gradio==4.1.1
|
| 5 |
+
Pillow==10.1.0
|
| 6 |
+
sentencepiece==0.1.99
|
| 7 |
+
optimum
|
| 8 |
+
beautifulsoup4
|
| 9 |
+
ftfy
|
| 10 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 11 |
+
torch==2.0.1
|