File size: 122 Bytes
0219b02
 
4984038
32e07da
4984038
 
1
2
3
4
5
6
import gradio as gr

def run(image):
    return type(image)

gr.Interface(fn=run, inputs="image", outputs="text").launch()