Equityone commited on
Commit
940d874
·
verified ·
1 Parent(s): 1d72d58

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- gradio==4.14.0
2
- Pillow==10.0.0
3
  numpy==1.24.3
4
  requests==2.31.0
5
  python-dotenv==1.0.0
6
- diffusers==0.21.4
7
- transformers==4.34.1
8
- torch==2.0.1
 
 
1
+ gradio==3.50.2
2
+ Pillow==9.5.0
3
  numpy==1.24.3
4
  requests==2.31.0
5
  python-dotenv==1.0.0
6
+ diffusers==0.19.3
7
+ transformers==4.31.0
8
+ torch==2.0.1
9
+ huggingface-hub==0.16.4