Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
|
|
1 |
transformers
|
2 |
gradio
|
3 |
seaborn
|
4 |
matplotlib
|
5 |
-
pandas
|
6 |
fuzzywuzzy[speedup]
|
|
|
|
1 |
+
pandas
|
2 |
transformers
|
3 |
gradio
|
4 |
seaborn
|
5 |
matplotlib
|
|
|
6 |
fuzzywuzzy[speedup]
|
7 |
+
torch
|