Spaces:
Build error
Build error
Update requirement.txt
Browse files- requirement.txt +4 -0
requirement.txt
CHANGED
|
@@ -5,3 +5,7 @@ gradio
|
|
| 5 |
pandas
|
| 6 |
scikit-learn
|
| 7 |
scikit-learn==1.3.0 # Example version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
pandas
|
| 6 |
scikit-learn
|
| 7 |
scikit-learn==1.3.0 # Example version
|
| 8 |
+
transformers==4.26.0
|
| 9 |
+
torch==2.0.0
|
| 10 |
+
gradio==3.3.0
|
| 11 |
+
scikit-learn==1.3.0
|