File size: 99 Bytes
567099f
 
a5daa3d
567099f
 
1
2
3
4
5
import gradio as gr

iface = gr.Interface(image_mod, gr.Image(type="pil"), "image")

iface.launch()