santanus24 commited on
Commit
f76a476
·
verified ·
1 Parent(s): 6269c42

Update requirement.txt

Browse files
Files changed (1) hide show
  1. requirement.txt +8 -4
requirement.txt CHANGED
@@ -1,5 +1,9 @@
1
- transformers
 
 
 
 
2
  torch
3
- requests
4
- Pillow
5
- gradio
 
1
+ transformers>=4.39.0
2
+ nltk
3
+ indicnlp
4
+ pandas
5
+ numpy
6
  torch
7
+ sentencepiece
8
+ googletrans==3.1.0a0 # Keep the specific version for consistency
9
+ trl>=0.8.3