Ravishankarsharma commited on
Commit
cea75b4
·
verified ·
1 Parent(s): 8ffe9ee

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -8
requirements.txt CHANGED
@@ -1,8 +1,6 @@
1
- fastapi==0.101.1
2
- uvicorn[standard]==0.23.2
3
- transformers==4.41.0
4
- torch==2.2.0
5
- torchaudio==2.2.0
6
- whisper
7
- gradio==3.50.1
8
- pandas==2.1.1
 
1
+ git+https://github.com/openai/whisper.git
2
+ transformers>=4.37.1
3
+ torch>=2.0.1
4
+ gradio>=3.40.0
5
+ fastapi>=0.102.0
6
+ uvicorn[standard]>=0.23.1