Mwebrania commited on
Commit
115ccef
1 Parent(s): 8a0bfdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ interpretation = 'default'
23
  enable_queue = True
24
 
25
  gr.Interface(fn = predict, inputs = gr.inputs.Image(shape = (512, 512)),
26
- outputs = gr.outputs.Label(num_top_classes = 3),
27
  title = title,
28
  description = description,
29
  article = article,
 
23
  enable_queue = True
24
 
25
  gr.Interface(fn = predict, inputs = gr.inputs.Image(shape = (512, 512)),
26
+ outputs = gr.outputs.Label(num_top_classes = 8),
27
  title = title,
28
  description = description,
29
  article = article,