whos_dat_doggo / app.py
efralejandro's picture
Update app.py
a5daa3d
raw
history blame
99 Bytes
import gradio as gr
iface = gr.Interface(image_mod, gr.Image(type="pil"), "image")
iface.launch()