zinoubm commited on
Commit
2341751
·
1 Parent(s): 2d65d8a

adding requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -4
requirements.txt CHANGED
@@ -1,4 +1,7 @@
1
- gradio
2
- python-dotenv
3
- jsonlines
4
- openai
 
 
 
 
1
+ auto_mix_prep==0.2.0
2
+ gradio==3.20.0
3
+ jsonlines==3.1.0
4
+ numpy==1.24.2
5
+ openai==0.27.0
6
+ python-dotenv==1.0.0
7
+ requests==2.28.2