Freddolin commited on
Commit
ba334b9
·
verified ·
1 Parent(s): d3eacbd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -10
requirements.txt CHANGED
@@ -1,10 +1,8 @@
1
- gradio
2
- transformers
3
- accelerate
4
- pandas
5
- requests
6
- torch
7
- ddgs
8
- git+https://github.com/openai/whisper.git
9
- openpyxl
10
-
 
1
+ transformers>=4.39.0
2
+ torch>=2.0.0
3
+ pandas>=2.0.0
4
+ openpyxl>=3.1.2
5
+ duckduckgo-search>=4.0
6
+ faster-whisper>=0.10.0
7
+ gradio>=4.21.0
8
+ requests>=2.31.0