Spaces:
Running
Running
younes21000
commited on
Commit
•
41e9833
1
Parent(s):
fb1a46d
Update requirements.txt
Browse files- requirements.txt +3 -10
requirements.txt
CHANGED
@@ -1,17 +1,10 @@
|
|
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 |
-
|
15 |
-
|
16 |
-
selenium
|
17 |
-
webdriver-manager
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
+
git+https://github.com/openai/whisper.git
|
3 |
transformers
|
4 |
python-docx
|
5 |
reportlab
|
6 |
arabic-reshaper
|
7 |
python-bidi
|
8 |
python-pptx
|
9 |
+
sentencepiece
|
10 |
+
librosa # Optional: Only if doing additional audio processing
|
|
|
|