Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -181,8 +181,7 @@ with gr.Blocks(title="PlantNet-300K — Small Model Experiment") as demo:
|
|
| 181 |
# 🌿 PlantNet-300K — Small Model Experiment
|
| 182 |
Fine-tuned **MobileNetV3-Small (10 MB)** and **ResNet18 (45 MB)** on 1,081 plant species.
|
| 183 |
Exploring how small a model can be while remaining useful for offline / edge plant identification.
|
| 184 |
-
|
| 185 |
-
|---||
|
| 186 |
""")
|
| 187 |
|
| 188 |
with gr.Tabs():
|
|
|
|
| 181 |
# 🌿 PlantNet-300K — Small Model Experiment
|
| 182 |
Fine-tuned **MobileNetV3-Small (10 MB)** and **ResNet18 (45 MB)** on 1,081 plant species.
|
| 183 |
Exploring how small a model can be while remaining useful for offline / edge plant identification.
|
| 184 |
+
This space models can aslo run fully offline in [your browser](https://huggingface.co/spaces/cpoisson/plantnet300k-offline).
|
|
|
|
| 185 |
""")
|
| 186 |
|
| 187 |
with gr.Tabs():
|