openvision4 commited on
Commit
f674e52
·
verified ·
1 Parent(s): d751923

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
  huggingface_hub==0.25.2
2
- gradio==4.16.0
3
- transformers==4.34.0
4
- torch==2.0.1
5
- sentencepiece==0.1.99
6
- protobuf==3.20.3
7
- sacremoses==0.0.53
 
1
  huggingface_hub==0.25.2
2
+ gradio>=4.0.0
3
+ transformers>=4.30.0
4
+ torch>=2.0.0
5
+ sentencepiece>=0.1.99
6
+ sacremoses>=0.0.53