KaiShin1885 commited on
Commit
d309941
·
verified ·
1 Parent(s): 221d902

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -3
requirements.txt CHANGED
@@ -1,9 +1,16 @@
1
  discord.py
2
  gradio
3
- huggingface_hub==0.10.0
4
- aiohttp
5
  minijinja
6
  Pillow
7
  python-dotenv
 
 
 
8
  transformers
9
- torch
 
 
 
 
 
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