LeafHealth / app.py
OttoYu's picture
Update app.py
3b95cf0
raw
history blame
298 Bytes
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()