ayajoharji commited on
Commit
a9550ef
·
verified ·
1 Parent(s): f148e92

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
  numpy
2
  matplotlib
3
- gradio==3.24.1
4
- transformers
5
  Pillow
6
  scikit-learn
7
- sentencepiece
 
 
1
  numpy
2
  matplotlib
3
+ gradio==3.41.2
4
+ transformers>=4.24.0
5
  Pillow
6
  scikit-learn
7
+ sentencepiece
8
+ torch>=1.10.0