24Sureshkumar commited on
Commit
74a0a32
·
verified ·
1 Parent(s): ef4cefc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
- gradio
2
- transformers
3
- torch
4
- pillow
5
- requests
6
- sentencepiece
 
1
+ torch>=1.7.1
2
+ transformers>=4.0.0
3
+ Pillow>=8.0.0
4
+ gradio>=3.0.0
5
+ requests>=2.24.0