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