Deploy Indonesian Herbal Plants Classifier
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,6 +2,7 @@ torch>=2.0.0
|
|
| 2 |
torchvision>=0.15.0
|
| 3 |
timm>=0.9.0
|
| 4 |
gradio==4.20.0
|
|
|
|
| 5 |
pillow>=10.0.0
|
| 6 |
numpy>=1.24.0
|
| 7 |
matplotlib>=3.7.0
|
|
|
|
| 2 |
torchvision>=0.15.0
|
| 3 |
timm>=0.9.0
|
| 4 |
gradio==4.20.0
|
| 5 |
+
huggingface-hub==0.20.0
|
| 6 |
pillow>=10.0.0
|
| 7 |
numpy>=1.24.0
|
| 8 |
matplotlib>=3.7.0
|