ThiSecur commited on
Commit
93fc51f
Β·
verified Β·
1 Parent(s): f6cf3b1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- transformers
2
- torch
3
- pillow
4
- gradio
 
 
1
+ transformers>=4.30.0
2
+ torch>=2.0.0
3
+ pillow>=9.0.0
4
+ gradio>=3.0.0
5
+ matplotlib>=3.0.0