Spaces:
Runtime error
Runtime error
KaiShin1885
commited on
Update requirements.txt
Browse files- requirements.txt +10 -3
requirements.txt
CHANGED
@@ -1,9 +1,16 @@
|
|
1 |
discord.py
|
2 |
gradio
|
3 |
-
|
4 |
-
aiohttp
|
5 |
minijinja
|
6 |
Pillow
|
7 |
python-dotenv
|
|
|
|
|
|
|
8 |
transformers
|
9 |
-
|
|
|
|
|
|
|
|
|
|
1 |
discord.py
|
2 |
gradio
|
3 |
+
huggingface-hub
|
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
|