pierreguillou commited on
Commit
ba98b22
·
verified ·
1 Parent(s): 0f6857a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
- gradio>=4.0.0
2
- torch>=2.0.0
3
- transformers>=4.38.0
4
- pyannote.audio>=3.1.0
5
- pydub>=0.25.1
6
- langdetect>=1.0.9
7
- ffmpeg-python>=0.2.0
 
1
+ ffmpeg-python>=0.2.0
2
+ torch>=2.0.0
3
+ transformers>=4.38.0
4
+ pydub>=0.25.1
5
+ langdetect>=1.0.9
6
+ gradio>=4.0.0