File size: 82 Bytes
33dd90b
 
 
1
2
3
import gradio as gr

gr.Interface(lambda x:x, "image", "image").launch(share=True)