File size: 91 Bytes
650f668
 
 
1
2
3
import gradio as gr

gr.Interface(lambda x:x, gr.Image("cheetah.jpg"), gr.Image()).launch()