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