Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +20 -20
requirements.txt
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
-
gradio==
|
2 |
-
requests
|
3 |
-
pandas
|
4 |
smolagents==1.20.0
|
5 |
-
huggingface_hub==0.
|
6 |
-
transformers
|
7 |
-
torch
|
8 |
-
duckduckgo-search
|
9 |
-
beautifulsoup4
|
10 |
-
selenium
|
11 |
-
webdriver-manager
|
12 |
-
pypdf2
|
13 |
-
python-docx
|
14 |
-
openpyxl
|
15 |
-
markdown
|
16 |
-
python-magic
|
17 |
-
pillow
|
18 |
-
numpy
|
19 |
-
aiohttp
|
20 |
-
tenacity
|
21 |
-
fake-useragent
|
|
|
1 |
+
gradio==5.38.0
|
2 |
+
requests
|
3 |
+
pandas
|
4 |
smolagents==1.20.0
|
5 |
+
huggingface_hub==0.33.4
|
6 |
+
transformers
|
7 |
+
torch
|
8 |
+
duckduckgo-search
|
9 |
+
beautifulsoup4
|
10 |
+
selenium
|
11 |
+
webdriver-manager
|
12 |
+
pypdf2
|
13 |
+
python-docx
|
14 |
+
openpyxl
|
15 |
+
markdown
|
16 |
+
python-magic
|
17 |
+
pillow
|
18 |
+
numpy
|
19 |
+
aiohttp
|
20 |
+
tenacity
|
21 |
+
fake-useragent
|