s2049 commited on
Commit
b7d2c22
·
verified ·
1 Parent(s): 1ddbcfb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
- gradio==3.30.1
2
- transformers==4.27.0
3
- torch==2.0.0
 
1
+ gradio>=3.14, <4.0
2
+ transformers>=4.28.0
3
+ torch>=2.0.0