Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -19
requirements.txt
CHANGED
@@ -1,25 +1,9 @@
|
|
1 |
-
transformers
|
2 |
torch
|
3 |
-
torchaudio
|
4 |
-
torchtext
|
5 |
numpy
|
6 |
-
panda
|
7 |
-
scikit-learn
|
8 |
-
scipy
|
9 |
-
nltk
|
10 |
-
spacy
|
11 |
gradio
|
12 |
-
networkx
|
13 |
-
Pillow
|
14 |
-
ffmpeg-python
|
15 |
-
soundfile
|
16 |
-
pydub
|
17 |
-
huggingface_hub
|
18 |
fpdf
|
19 |
gpuinfo
|
20 |
spaces
|
21 |
-
|
22 |
-
|
23 |
-
requests
|
24 |
-
tqdm==4.64.1
|
25 |
-
EasyNMT==2.0.2
|
|
|
1 |
+
transformers
|
2 |
torch
|
|
|
|
|
3 |
numpy
|
|
|
|
|
|
|
|
|
|
|
4 |
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
fpdf
|
6 |
gpuinfo
|
7 |
spaces
|
8 |
+
psutil
|
9 |
+
tqdm
|
|
|
|
|
|