ReallyFloppyPenguin commited on
Commit
2e8d54c
·
verified ·
1 Parent(s): b9f7748

Update requirements.txt

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