Created
April 28, 2023 19:07
-
-
Save sunilkumardash9/b56e20139fda5648cd32969ee7cd24d1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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