plant_disease / app.py
mogulmint's picture
Update app.py
81b4e77 verified
raw
history blame contribute delete
219 Bytes
import gradio as gr
# Load the model from Hugging Face using Interface.load
model = gr.Interface.load("models/RandomCatLover/plants_disease")
# Launch the model by calling launch on the loaded interface
model.launch()