Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +2 -2
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==0.24.0
|
| 8 |
gradio
|
| 9 |
-
gradio_imageslider>=0.0.18
|
| 10 |
spaces
|
|
|
|
|
|
| 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.44.1
|
| 4 |
accelerate>=0.30.0
|
| 5 |
safetensors>=0.4.0
|
| 6 |
pillow>=10.0.0
|
| 7 |
huggingface_hub==0.24.0
|
| 8 |
gradio
|
|
|
|
| 9 |
spaces
|
| 10 |
+
gradio_imageslider
|