OttoYu commited on
Commit
08b68eb
1 Parent(s): b58f903

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import gradio as gr
2
+ gr.Interface.load("models/OttoYu/TreeDisease",
3
+ title="🦠 Tree Disease Classification (bilingual)",
4
+ description="This online application covers 22 most typical tree disease over 140+ images.").lanch()