OttoYu commited on
Commit
3ec2a9b
โ€ข
1 Parent(s): 2cea8d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,3 +1,5 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("models/OttoYu/LeafCondition").launch()
 
 
 
1
  import gradio as gr
2
 
3
+ gr.Interface.load("models/OttoYu/LeafCondition",
4
+ title="Leaf Health๐Ÿƒ๐Ÿ๐ŸŒฟ๐Ÿ‚ Classification (bilingual)",
5
+ description="This online application covers different types of leaf health conditions over 250+ images.").launch()