Three
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def predict(image):
|
|
11 |
gr.Interface(
|
12 |
predict,
|
13 |
inputs=gr.inputs.Image(label="Upload anything, it will be ignored", type="filepath"),
|
14 |
-
outputs=gr.outputs.Label(num_top_classes=
|
15 |
title="To Be ? Or Not?",
|
16 |
).launch()
|
17 |
|
|
|
11 |
gr.Interface(
|
12 |
predict,
|
13 |
inputs=gr.inputs.Image(label="Upload anything, it will be ignored", type="filepath"),
|
14 |
+
outputs=gr.outputs.Label(num_top_classes=3),
|
15 |
title="To Be ? Or Not?",
|
16 |
).launch()
|
17 |
|