Skip to content

Instantly share code, notes, and snippets.

@sunilkumardash9
Created April 28, 2023 19:07
Show Gist options
  • Save sunilkumardash9/b56e20139fda5648cd32969ee7cd24d1 to your computer and use it in GitHub Desktop.
Save sunilkumardash9/b56e20139fda5648cd32969ee7cd24d1 to your computer and use it in GitHub Desktop.
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()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment