jsbeaudry commited on
Commit
6392b78
·
verified ·
1 Parent(s): 2d831b9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  torch
2
- transformers
3
  soundfile
4
- boto3
5
- numpy
 
1
  torch
2
+ transformers>=4.52.1
3
  soundfile
4
+ numpy
5
+ boto3