Update requirements.txt
Browse files- requirements.txt +5 -17
requirements.txt
CHANGED
@@ -1,18 +1,6 @@
|
|
1 |
-
streamlit
|
2 |
-
anthropic
|
3 |
gradio
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
weasyprint
|
10 |
-
beautifulsoup4>=4.12.0
|
11 |
-
lxml>=4.9.0
|
12 |
-
pillow
|
13 |
-
pandas
|
14 |
-
PyPDF2
|
15 |
-
openai
|
16 |
-
tabulate
|
17 |
-
kagglehub
|
18 |
-
torch
|
|
|
|
|
|
|
1 |
gradio
|
2 |
+
torch
|
3 |
+
transformers
|
4 |
+
torchaudio
|
5 |
+
soundfile
|
6 |
+
librosa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|