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