man08man commited on
Commit
e9a26a5
Β·
verified Β·
1 Parent(s): 2531f2c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- gradio==3.50.0
2
- diffusers==0.24.0
3
- torch==2.1.0
4
- accelerate==0.26.0
 
 
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