Spaces:
Runtime error
Runtime error
File size: 236 Bytes
d06b8a4 |
1 2 3 4 5 6 |
import gradio as gr
# Set gradio interface
gr_interface = gr.Interface(classify, inputs='image', outputs='label', title='Bean Classification', description='Monitor your crops health in easier way')
# Launch gradio
gr_interface.launch() |