Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -1,19 +1,20 @@
|
|
1 |
-
diffusers
|
2 |
-
transformers
|
3 |
-
huggingface_hub
|
4 |
torch
|
|
|
|
|
|
|
|
|
5 |
gradio
|
|
|
|
|
6 |
networkx
|
7 |
fuzzywuzzy
|
8 |
-
samplings
|
9 |
-
minijinja
|
10 |
-
sentence_transformers
|
11 |
python-Levenshtein
|
|
|
12 |
internetarchive
|
13 |
soundfile
|
14 |
sentencepiece
|
|
|
|
|
15 |
prettytable
|
16 |
colorama
|
17 |
-
torahcodes==1.0.10
|
18 |
-
deep-translator
|
19 |
-
pandas
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
+
transformers
|
3 |
+
diffusers
|
4 |
+
sentence_transformers
|
5 |
+
huggingface_hub==0.22.2
|
6 |
gradio
|
7 |
+
pandas
|
8 |
+
matplotlib
|
9 |
networkx
|
10 |
fuzzywuzzy
|
|
|
|
|
|
|
11 |
python-Levenshtein
|
12 |
+
deep-translator
|
13 |
internetarchive
|
14 |
soundfile
|
15 |
sentencepiece
|
16 |
+
minijinja
|
17 |
+
samplings
|
18 |
prettytable
|
19 |
colorama
|
20 |
+
torahcodes==1.0.10
|
|
|
|