Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -9,10 +9,10 @@ opencv-python
|
|
9 |
lxml_html_clean
|
10 |
beautifulsoup4
|
11 |
google-genai
|
12 |
-
httpx
|
|
|
13 |
transformers
|
14 |
peft
|
15 |
-
aiohttp
|
16 |
torch
|
17 |
accelerate
|
18 |
newspaper3k
|
|
|
9 |
lxml_html_clean
|
10 |
beautifulsoup4
|
11 |
google-genai
|
12 |
+
httpx[http2]
|
13 |
+
aiohttp
|
14 |
transformers
|
15 |
peft
|
|
|
16 |
torch
|
17 |
accelerate
|
18 |
newspaper3k
|