File size: 190 Bytes
4d5a5d2
aeca5fd
 
4d5a5d2
aeca5fd
1
2
3
4
5
6
import gradio as gr
def sketch_recognition(img):
    pass# Implement your sketch recognition model here...

gr.Interface(fn=sketch_recognition, inputs="sketchpad", outputs="label").launch()