Spaces:
Runtime error
Runtime error
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() |