shaneweisz commited on
Commit
e86c035
·
verified ·
1 Parent(s): 70ace3e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- torch==1.11.0
2
- transformers==4.19.2
3
- tqdm==4.64.0
4
- colorama==0.4.4
5
- gradio==3.0.20
 
 
1
+ torch>=1.11.0
2
+ transformers>=4.19.2
3
+ tqdm>=4.64.0
4
+ colorama>=0.4.4
5
+ gradio>=3.0.20
6
+