Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
gradio==4.21.0
|
2 |
-
openai==
|
3 |
pdfplumber==0.5.28
|
4 |
python-docx==1.1.0
|
5 |
pandas==2.2.2
|
6 |
Pillow==10.3.0
|
7 |
-
whisper==1.1.10
|
8 |
torch==2.2.2
|
9 |
git+https://github.com/openai/whisper.git
|
10 |
|
|
|
1 |
gradio==4.21.0
|
2 |
+
openai==0.28
|
3 |
pdfplumber==0.5.28
|
4 |
python-docx==1.1.0
|
5 |
pandas==2.2.2
|
6 |
Pillow==10.3.0
|
|
|
7 |
torch==2.2.2
|
8 |
git+https://github.com/openai/whisper.git
|
9 |
|