Antonio49 commited on
Commit
0f9fe3a
·
verified ·
1 Parent(s): b5df934

Delete app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py DELETED
@@ -1,5 +0,0 @@
1
- import gradio as gr
2
- def sketch_recognition(img):
3
- pass # Implement your sketch recognition model here...
4
-
5
- gr.Interface(fn=sketch_recognition, inputs="sketchpad", outputs="label").launch()