File size: 299 Bytes
2cea8d7
 
84bf12d
3ec2a9b
84bf12d
 
 
1
2
3
4
5
6
7
import gradio as gr

model = gr.Interface.load("models/OttoYu/LeafCondition",
                  title="Leaf Health๐Ÿƒ๐Ÿ๐ŸŒฟ๐Ÿ‚  Classification (bilingual)",
                 description="This online application covers different types of leaf health conditions over 250+ images.")

model.launch()