Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,5 +1,9 @@
|
|
|
|
1 |
torch
|
2 |
pytorch-lightning
|
3 |
safetensors
|
4 |
requests
|
5 |
-
|
|
|
|
|
|
|
|
1 |
+
scikit-learn
|
2 |
torch
|
3 |
pytorch-lightning
|
4 |
safetensors
|
5 |
requests
|
6 |
+
gradio
|
7 |
+
transformers
|
8 |
+
numpy
|
9 |
+
scipy
|