Update requirements.txt
Browse files- requirements.txt +4 -9
requirements.txt
CHANGED
@@ -1,13 +1,8 @@
|
|
1 |
-
streamlit
|
2 |
pandas
|
3 |
-
|
4 |
reportlab
|
5 |
-
pymupdf
|
6 |
mistune
|
7 |
gTTS
|
8 |
-
|
9 |
-
|
10 |
-
huggingface-hub
|
11 |
-
torch
|
12 |
-
transformers
|
13 |
-
diffusers
|
|
|
1 |
+
streamlit
|
2 |
pandas
|
3 |
+
Pillow
|
4 |
reportlab
|
|
|
5 |
mistune
|
6 |
gTTS
|
7 |
+
PyMuPDF
|
8 |
+
edge_tts
|
|
|
|
|
|
|
|