Amar Gill commited on
Commit
bcf7613
1 Parent(s): fd3d42c

small cleanup

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ enable_queue = True
31
  gr.Interface(
32
  fn=predict,
33
  inputs=gr.components.Image(shape=(512, 512)),
34
- outputs=gr.outputs.Label(num_top_classes=3),
35
  title=title,
36
  description=description,
37
  article=article,
 
31
  gr.Interface(
32
  fn=predict,
33
  inputs=gr.components.Image(shape=(512, 512)),
34
+ outputs=gr.components.Label(num_top_classes=3),
35
  title=title,
36
  description=description,
37
  article=article,