RLealz commited on
Commit
8b9985c
1 Parent(s): 4950ffa

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -7
requirements.txt CHANGED
@@ -1,7 +1,3 @@
1
- gradio==3.50.2
2
- diffusers==0.21.4
3
- transformers==4.31.0
4
- torch==2.0.1
5
- accelerate==0.21.0
6
- openai==0.28.1
7
- huggingface_hub==0.16.4
 
1
+ gradio>=4.0.0
2
+ openai>=1.3.0
3
+ python-dotenv>=0.19.0