File size: 93 Bytes
880f6cc
 
b3dab7b
 
1
2
3
4
import gradio as gr

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