OttoYu commited on
Commit
a29b46c
1 Parent(s): d725166

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("models/OttoYu/Tree-ConditionHK").launch()
4
-
 
 
 
1
  import gradio as gr
2
 
3
+ gr.Interface.load("models/OttoYu/Tree-ConditionHK")
4
+ model = gr.Interface.load("models/OttoYu/Tree-ConditionHK",
5
+ title="🌳 Tree Condition Classification 樹況分類 (bilingual)",
6
+ description="This online application covers 22 most typical tree disease over 210+ images. 此在線應用程式涵蓋 22 種最典型的樹木病害,超過 210 張圖像。").launch()