Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
1 |
+
gradio==3.50.2
|
2 |
+
PyPDF2==3.0.1
|
3 |
+
python-docx==0.8.11
|
4 |
+
requests==2.31.0
|
5 |
+
beautifulsoup4==4.12.2
|
6 |
+
groq==0.3.1
|
7 |
+
gTTS==2.3.2
|
8 |
+
pydub==0.25.1
|