Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
|
|
1 |
gradio
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
4 |
torch
|
5 |
-
|
6 |
-
-U gradio
|
7 |
-
transformers --upgrade
|
8 |
-
torch torchvision pytorch-lightning
|
|
|
1 |
+
simpletransformers
|
2 |
gradio
|
3 |
+
wandb
|
4 |
+
typing-extensions==3.10.0.0
|
5 |
+
scikit-learn
|
6 |
+
numpy
|
7 |
+
pandas
|
8 |
torch
|
9 |
+
|
|
|
|
|
|