Spaces:
Running
Running
younes21000
commited on
Commit
•
46a7180
1
Parent(s):
493ea7c
Update requirements.txt
Browse files- requirements.txt +9 -5
requirements.txt
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
-
transformers>=4.30.0
|
2 |
-
gradio>=3.16.0
|
3 |
-
ffmpeg-python
|
4 |
-
python-docx
|
5 |
fpdf
|
6 |
python-pptx
|
7 |
sentencepiece # Required for M2M100 and MarianMT translation models
|
8 |
librosa # Required for audio processing
|
9 |
git+https://github.com/openai/whisper.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
yt-dlp
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
1 |
fpdf
|
2 |
python-pptx
|
3 |
sentencepiece # Required for M2M100 and MarianMT translation models
|
4 |
librosa # Required for audio processing
|
5 |
git+https://github.com/openai/whisper.git
|
6 |
+
gradio
|
7 |
+
whisper
|
8 |
+
transformers
|
9 |
+
python-docx
|
10 |
+
reportlab
|
11 |
+
arabic-reshaper
|
12 |
+
python-bidi
|
13 |
+
python-pptx
|
14 |
yt-dlp
|
15 |
+
ffmpeg-python
|