Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
gradio
|
2 |
-
groq
|
3 |
-
openai
|
4 |
-
python-docx
|
5 |
-
PyMuPDF
|
6 |
-
Pillow
|
7 |
-
sentence-transformers
|
8 |
-
moviepy
|
9 |
-
loguru
|
|
|
|
1 |
+
gradio
|
2 |
+
groq
|
3 |
+
openai
|
4 |
+
python-docx
|
5 |
+
PyMuPDF
|
6 |
+
Pillow
|
7 |
+
sentence-transformers
|
8 |
+
moviepy
|
9 |
+
loguru
|
10 |
+
requests
|