File size: 93 Bytes
0a8ce48
 
 
 
1
2
3
4
import gradio as gr

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