Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
torch>=2.0.0
|
2 |
transformers==4.38.2
|
3 |
numpy>=1.24.0
|
4 |
-
|
5 |
-
|
6 |
-
sentence-transformers
|
7 |
-
gradio
|
8 |
-
accelerate
|
9 |
-
beautifulsoup4>=4.12.0
|
10 |
aiohttp>=3.9.0
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torch>=2.0.0
|
2 |
transformers==4.38.2
|
3 |
numpy>=1.24.0
|
4 |
+
pandas>=2.0.0
|
5 |
+
gradio>=4.0.0
|
|
|
|
|
|
|
|
|
6 |
aiohttp>=3.9.0
|
7 |
+
beautifulsoup4>=4.12.0
|
8 |
+
sqlite3
|
9 |
+
python-dateutil>=2.8.2
|
10 |
+
requests>=2.31.0
|
11 |
+
accelerate
|
12 |
+
sentence-transformers>=2.2.0
|