bhaveshgoel07 commited on
Commit
07e6e6d
·
1 Parent(s): 2097c99

Fixed errors

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def predict(image):
48
  interface = gr.Interface(
49
  fn=predict,
50
  inputs=gr.Sketchpad(),
51
- outputs=gr.outputs.Label(num_top_classes=10)
52
  )
53
 
54
  # Launch the interface
 
48
  interface = gr.Interface(
49
  fn=predict,
50
  inputs=gr.Sketchpad(),
51
+ outputs=gr.Label(num_top_classes=10)
52
  )
53
 
54
  # Launch the interface