Nitin00043 commited on
Commit
e6458e8
·
verified ·
1 Parent(s): 7fe122b

Update requirements.txt

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