Spaces:
Sleeping
Sleeping
import gradio as gr | |
model = gr.Interface.load("models/OttoYu/LeafCondition", | |
title="Leaf Health๐๐๐ฟ๐ Classification", | |
description="This online application covers different types of leaf health conditions over 250+ images.") | |
model.launch() |