Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,5 +42,4 @@ gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(512, 512)),
|
|
42 |
title = "bicycle detector",
|
43 |
examples = examples,
|
44 |
interpretation = 'default',
|
45 |
-
|
46 |
-
outputs = gr.outputs.Label(num_top_classes=3)).launch(share=True),
|
|
|
42 |
title = "bicycle detector",
|
43 |
examples = examples,
|
44 |
interpretation = 'default',
|
45 |
+
outputs = gr.outputs.Label(num_top_classes=2)).launch(),
|
|