OttoYu commited on
Commit
84bf12d
โ€ข
1 Parent(s): 3ec2a9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -1,5 +1,7 @@
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()
 
 
 
1
  import gradio as gr
2
 
3
+ model = 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.")
6
+
7
+ model.launch()