File size: 123 Bytes
164ccdf
 
605529d
 
1
2
3
4
import gradio as gr

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