Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
torch>=1.9.0
|
| 2 |
-
transformers>=4.20.0
|
| 3 |
gradio>=3.0.0
|
| 4 |
numpy>=1.21.0
|
| 5 |
scikit-learn>=1.0.0
|
| 6 |
-
matplotlib>=3.5.0
|
|
|
|
|
|
| 1 |
torch>=1.9.0
|
|
|
|
| 2 |
gradio>=3.0.0
|
| 3 |
numpy>=1.21.0
|
| 4 |
scikit-learn>=1.0.0
|
| 5 |
+
matplotlib>=3.5.0
|
| 6 |
+
huggingface_hub>=0.19.0
|