jairwaal commited on
Commit
9a67682
·
verified ·
1 Parent(s): 0f6afad

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- gradio
2
- transformers
3
- torch
4
- numpy
5
- tqdm
6
- faiss-cpu
 
1
+ gradio==3.32.0
2
+ transformers==4.33.3
3
+ torch==2.0.0
4
+ numpy==1.23.5
5
+ tqdm==4.64.1
6
+ faiss-cpu==1.7.4