OttoYu's picture
Update app.py
a29b46c
raw
history blame
No virus
442 Bytes
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 210+ images. 此在線應用程式涵蓋 22 種最典型的樹木病害,超過 210 張圖像。").launch()