Update app.py
Browse files
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=
|
| 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,
|