Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
gradio
|
2 |
-
diffusers
|
3 |
-
torch
|
4 |
-
|
|
|
|
1 |
+
gradio>=3.50.0
|
2 |
+
diffusers>=0.24.0
|
3 |
+
torch>=2.1.0
|
4 |
+
huggingface_hub==0.19.4 # Explicit version with cached_download
|
5 |
+
accelerate>=0.26.0
|