zero / app.py
boino2006's picture
Update app.py
b3dab7b verified
raw
history blame contribute delete
93 Bytes
import gradio as gr
app = gr.Interface(lambda x: x, "image", "image")
app.launch(share=True)