Spaces:
Runtime error
Runtime error
Amar Gill
commited on
Commit
·
bcf7613
1
Parent(s):
fd3d42c
small cleanup
Browse files
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.
|
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,
|