Spaces:
Sleeping
Sleeping
Fixed dependency issue of gradio
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
|
@@ -1,12 +1,8 @@
|
|
| 1 |
pypdf
|
| 2 |
-
numpy==1.22.0
|
| 3 |
langchain==0.0.142
|
| 4 |
PyPDF2
|
| 5 |
docx2txt
|
| 6 |
-
gradio
|
| 7 |
faiss-gpu
|
| 8 |
openai==0.27.8
|
| 9 |
-
|
| 10 |
-
python-docx
|
| 11 |
-
git+https://github.com/openai/whisper.git
|
| 12 |
-
sounddevice
|
|
|
|
| 1 |
pypdf
|
|
|
|
| 2 |
langchain==0.0.142
|
| 3 |
PyPDF2
|
| 4 |
docx2txt
|
| 5 |
+
gradio==3.39.0
|
| 6 |
faiss-gpu
|
| 7 |
openai==0.27.8
|
| 8 |
+
python-docx
|
|
|
|
|
|
|
|
|