Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
openai==0.28
|
2 |
transformers
|
3 |
-
|
4 |
pydub
|
5 |
PyMuPDF
|
6 |
python-docx
|
7 |
pandas
|
8 |
gradio
|
9 |
-
|
|
|
|
|
|
1 |
openai==0.28
|
2 |
transformers
|
3 |
+
whisper
|
4 |
pydub
|
5 |
PyMuPDF
|
6 |
python-docx
|
7 |
pandas
|
8 |
gradio
|
9 |
+
requests
|
10 |
+
beautifulsoup4
|
11 |
+
ffmpeg
|