File size: 116 Bytes
0219b02
 
4984038
6265bac
4984038
 
1
2
3
4
5
6
import gradio as gr

def run(image):
    return "123"

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