cisemh commited on
Commit
4362dde
·
verified ·
1 Parent(s): 67aae63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ label = gr.Label(num_top_classes=3)
94
  interface = gr.Interface(
95
  fn=predict,
96
  inputs=gr.Sketchpad(type="pil"),
97
- outputs=gr.Label(num_top_classes=3), ,
98
  title="Sketch Recognition App",
99
  description="Draw a number (0-9) and see the model's top predictions."
100
  )
 
94
  interface = gr.Interface(
95
  fn=predict,
96
  inputs=gr.Sketchpad(type="pil"),
97
+ outputs=label,
98
  title="Sketch Recognition App",
99
  description="Draw a number (0-9) and see the model's top predictions."
100
  )