File size: 175 Bytes
a41ef7a
9736217
a41ef7a
7eb04d1
a41ef7a
1
2
3
4
5
import gradio as gr
import predict as predict

iface = gr.Interface(fn=predict, inputs=gr.inputs.Image(type='pil'), outputs=gr.outputs.Label(num_top_classes=3))
iface.launch()