mokady commited on
Commit
f83ec4e
·
verified ·
1 Parent(s): 537139c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -10
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- torch
2
- torchvision
3
- pillow
4
- numpy
5
- typing
6
- scikit-image
7
- Diffusers==0.31
8
- transformers>=4.39.1
9
- accelerate
10
- opencv-python
 
1
+ numpy<2
2
+ accelerate==0.25.0
3
+ spaces
4
+ transformers==4.37.2
5
+ safetensors
6
+ opencv-python
7
+ diffusers==0.23.0
8
+ gradio
9
+ torch==2.1.2
10
+ torchvision