cpoisson commited on
Commit
cbe72e4
·
verified ·
1 Parent(s): ad2cdd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- | [Run fully offline in your browser](https://huggingface.co/spaces/cpoisson/plantnet300k-offline) |
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():