Flamerow commited on
Commit
0466259
·
verified ·
1 Parent(s): 7b56771

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ examples = ['Mirage', 'Inferno', 'Dust2', 'Overpass']
20
  gr.Interface(
21
  fn=predict,
22
  inputs=gr.Image(),
23
- outputs=gr.Label(num_top_classes=3),
24
  title=title,
25
  description=description,
26
  examples=examples,
 
20
  gr.Interface(
21
  fn=predict,
22
  inputs=gr.Image(),
23
+ outputs=gr.Label(num_top_classes=4),
24
  title=title,
25
  description=description,
26
  examples=examples,