24Sureshkumar commited on
Commit
22e1b15
·
verified ·
1 Parent(s): ed65502

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- pip install sentencepiece
2
- gradio
3
- transformers
4
- torch
5
  Pillow
 
1
+ gradio==4.26.0
2
+ transformers==4.41.1
3
+ torch>=2.0.0
4
+ requests
5
  Pillow