TreeDisease / app.py
OttoYu's picture
Update app.py
323afc2
import gradio as gr
gr.Interface.load("models/OttoYu/TreeDisease",
title="🦠 Tree Disease Classification 樹木病害分類 (bilingual)",
description="This online application covers 22 most typical tree disease over 140+ images. 此應用程式涵蓋 22 種最典型的樹木病害,超過 140 張圖像。").launch()