Spaces:
Runtime error
Runtime error
seawolf2357
commited on
Commit
•
f13eaff
1
Parent(s):
4c96604
Update requirements.txt
Browse files- requirements.txt +10 -1
requirements.txt
CHANGED
@@ -4,4 +4,13 @@ huggingface-hub
|
|
4 |
aiohttp # Asynchronous HTTP Client/Server for asyncio and Python
|
5 |
minijinja
|
6 |
Pillow
|
7 |
-
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
aiohttp # Asynchronous HTTP Client/Server for asyncio and Python
|
5 |
minijinja
|
6 |
Pillow
|
7 |
+
python-dotenv
|
8 |
+
datasets
|
9 |
+
sentence-transformers
|
10 |
+
torch
|
11 |
+
transformers
|
12 |
+
numpy
|
13 |
+
scipy
|
14 |
+
scikit-learn
|
15 |
+
tqdm
|
16 |
+
requests
|