import gradio as gr io = gr.Interface(lambda x:x, gr.Image(type="filepath"), gr.Textbox()) app, local, share = io.launch()