Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
4 |
numpy
|
5 |
Pillow
|
6 |
-
huggingface_hub
|
|
|
1 |
+
torch>=2.4.0
|
2 |
+
transformers
|
3 |
+
diffusers
|
4 |
+
gradio>=4.0.0
|
5 |
numpy
|
6 |
Pillow
|
7 |
+
huggingface_hub
|