File size: 718 Bytes
b431a32
 
a29b46c
 
 
21083e6
704bdea
1
2
3
4
5
6
7
8
import gradio as gr

gr.Interface.load("models/OttoYu/Tree-ConditionHK")
model = gr.Interface.load("models/OttoYu/Tree-ConditionHK",
                           title="🌳 Tree Condition Classification 樹況分類 (bilingual)",
                           description="This online application covers 22 most typical tree disease over 290+ images. If you find any trees that has hidden injures, you can classifies with our model and report the tree condition via this form (https://rb.gy/c1sfja). 此在線程式涵蓋22種官方部門樹況分類的標準,超過290張圖像。如果您發現任何樹木有隱傷,您可以使用我們的模型進行分類並通過此表格報告樹木狀況。 ")
model.launch()