Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
|
@@ -1,10 +1,8 @@
|
|
| 1 |
torch>=2.2.2 --extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
git+https://github.com/huggingface/diffusers.git
|
| 3 |
-
transformers=
|
| 4 |
accelerate==1.13.0
|
| 5 |
-
safetensors=
|
| 6 |
pillow==12.1.1
|
| 7 |
-
huggingface_hub==0.36.2
|
| 8 |
gradio==6.9.0
|
| 9 |
-
spaces==0.47.0
|
| 10 |
-
tokenizers==0.22.2
|
|
|
|
| 1 |
torch>=2.2.2 --extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
git+https://github.com/huggingface/diffusers.git
|
| 3 |
+
transformers>=4.57.6
|
| 4 |
accelerate==1.13.0
|
| 5 |
+
safetensors>=0.7.0
|
| 6 |
pillow==12.1.1
|
|
|
|
| 7 |
gradio==6.9.0
|
| 8 |
+
spaces==0.47.0
|
|
|