Spaces:
Runtime error
Runtime error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +1 -6
requirements.txt
CHANGED
|
@@ -1,9 +1,4 @@
|
|
| 1 |
-
torch>=2.0.0
|
| 2 |
-
torchvision>=0.15.0
|
| 3 |
-
diffusers>=0.21.0
|
| 4 |
-
peft>=0.5.0
|
| 5 |
-
accelerate>=0.20.0
|
| 6 |
-
transformers>=4.30.0
|
| 7 |
gradio>=4.0.0
|
| 8 |
pillow>=9.0.0
|
| 9 |
huggingface_hub>=0.16.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
pillow>=9.0.0
|
| 3 |
huggingface_hub>=0.16.0
|
| 4 |
+
requests>=2.25.0
|