DaviLima commited on
Commit
5761ee9
·
1 Parent(s): aac1b7b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- torch
2
- transformers
3
- gradio
4
- pandas
5
- tqdm
 
1
+ torch==2.0.1
2
+ transformers==4.10.2
3
+ gradio==2.2.15
4
+ pandas==1.3.0
5
+ tqdm==4.62.0