Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -7,4 +7,5 @@ sentencepiece # Required for M2M100 and MarianMT translation models
|
|
7 |
librosa # Required for audio processing
|
8 |
python-docx # To create Word documents
|
9 |
git+https://github.com/openai/whisper.git
|
10 |
-
ffmpeg-python
|
|
|
|
7 |
librosa # Required for audio processing
|
8 |
python-docx # To create Word documents
|
9 |
git+https://github.com/openai/whisper.git
|
10 |
+
ffmpeg-python
|
11 |
+
fpdf
|