Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ enable_queue=True
|
|
25 |
gr.Interface(
|
26 |
fn=predict,
|
27 |
inputs=gr.inputs.Image(shape=(224, 224)),
|
28 |
-
outputs=gr.outputs.Label(num_top_classes=
|
29 |
title=title,
|
30 |
description=description,
|
31 |
article=article,
|
|
|
25 |
gr.Interface(
|
26 |
fn=predict,
|
27 |
inputs=gr.inputs.Image(shape=(224, 224)),
|
28 |
+
outputs=gr.outputs.Label(num_top_classes=5),
|
29 |
title=title,
|
30 |
description=description,
|
31 |
article=article,
|