Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
torch>=2.0.0 --extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
git+https://github.com/huggingface/diffusers.git
|
| 3 |
-
transformers=
|
| 4 |
accelerate>=0.30.0
|
| 5 |
safetensors>=0.4.0
|
| 6 |
pillow>=10.0.0
|
| 7 |
-
huggingface_hub=
|
| 8 |
-
gradio
|
| 9 |
spaces
|
| 10 |
-
gradio_imageslider
|
|
|
|
| 1 |
torch>=2.0.0 --extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
git+https://github.com/huggingface/diffusers.git
|
| 3 |
+
transformers>=4.40.0
|
| 4 |
accelerate>=0.30.0
|
| 5 |
safetensors>=0.4.0
|
| 6 |
pillow>=10.0.0
|
| 7 |
+
huggingface_hub>=0.34.0
|
| 8 |
+
gradio>=5.8.0
|
| 9 |
spaces
|
| 10 |
+
gradio_imageslider
|