LuisMBA commited on
Commit
a1fe5af
·
verified ·
1 Parent(s): 3b7ae45

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- streamlit
2
- transformers
3
- torch
4
- huggingface_hub
 
1
+ streamlit>=1.28.0
2
+ transformers>=4.39.0
3
+ torch>=2.1.0
4
+ huggingface_hub>=0.20.0