ptoro's picture
Add app.py
1c30f10
raw
history blame
141 Bytes
import gradio as gr
def sketch_recognition(img):
pass
gr.Interface(fn=sketch_recognition, inputs="sketchpad", outputs="label").launch()