Spaces:
Sleeping
Sleeping
File size: 410 Bytes
32fcae2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# -*- coding: utf-8 -*-
"""app
Automatically generated by Colaboratory.
Original file is located at
https://colab.research.google.com/drive/1XX8pCT291obpzL4fc1vu5L_HTG027lle
"""
import gradio as gr
interface = gr.Interface(classify, inputs='image', outputs='label', title='Bean plant disease classifier', description='Detect diseases in beans leaves using their images.')
interface.launch(debug=False) |