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

def run(image):
    pass

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