File size: 139 Bytes
f1a0abf
 
6d6a7f6
 
f1a0abf
6d6a7f6
f1a0abf
1
2
3
4
5
6
7
import gradio as gr

def greet(img):
    return image

iface = gr.Interface(fn=greet, inputs="image", outputs="image")
iface.launch()