Spaces:
Sleeping
Sleeping
alabamagan
commited on
Commit
•
7c03a10
1
Parent(s):
b43d421
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
-
|
|
|
|
|
2 |
transformers >= 4.37.2
|
3 |
numpy >= 1.26
|
4 |
gradio >= 4.18
|
|
|
|
1 |
+
torch >= 1.12.1
|
2 |
+
scikit-learn >= 1.4.0
|
3 |
+
pandas >= 2.1.4
|
4 |
transformers >= 4.37.2
|
5 |
numpy >= 1.26
|
6 |
gradio >= 4.18
|
7 |
+
scipy >= 1.12
|