developer28 commited on
Commit
ce67a56
·
verified ·
1 Parent(s): 0921abd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- gradio>=4.0.0
2
- yt-dlp>=2024.01.01
3
- webvtt-py
4
- google-generativeai
5
- xhtml2pdf
 
 
 
1
+ gradio==4.44.0
2
+ yt-dlp==2023.12.30
3
+ openai-whisper==20231117
4
+ torch==2.1.0
5
+ torchaudio==2.1.0
6
+ numpy==1.24.3
7
+ regex==2023.8.8