dawood HF staff commited on
Commit
29cf623
1 Parent(s): fb21f1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def predict(im):
40
 
41
  interface = gr.Interface(
42
  predict,
43
- inputs=gr.Image(label="Sketchpad", source="canvas"),
44
  outputs='label',
45
  theme="huggingface",
46
  title="Sketch Recognition",
 
40
 
41
  interface = gr.Interface(
42
  predict,
43
+ inputs="sketchpad",
44
  outputs='label',
45
  theme="huggingface",
46
  title="Sketch Recognition",