Deploy Indonesian Herbal Plants Classifier
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -2,6 +2,8 @@ torch>=2.0.0
|
|
| 2 |
torchvision>=0.15.0
|
| 3 |
timm>=0.9.0
|
| 4 |
gradio==4.44.1
|
|
|
|
|
|
|
| 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.44.1
|
| 5 |
+
huggingface-hub==0.25.2
|
| 6 |
+
gradio-client==1.3.0
|
| 7 |
pillow>=10.0.0
|
| 8 |
numpy>=1.24.0
|
| 9 |
matplotlib>=3.7.0
|