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