SunilMahi commited on
Commit
61e69e7
·
verified ·
1 Parent(s): 3a0e699

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- transformers
2
- gradio
3
- pandas
4
- torch
 
1
+ gradio>=3.0.0
2
+ transformers>=4.0.0
3
+ torch>=1.7.0