Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,6 @@ def predict(image):
|
|
10 |
gr.Interface(
|
11 |
predict,
|
12 |
inputs=gr.Image(label="Upload hot dog candidate", type="filepath"),
|
13 |
-
outputs=gr.Label(num_top_classes=
|
14 |
title="Hot Dog? Or Not?",
|
15 |
).launch()
|
|
|
10 |
gr.Interface(
|
11 |
predict,
|
12 |
inputs=gr.Image(label="Upload hot dog candidate", type="filepath"),
|
13 |
+
outputs=gr.Label(num_top_classes=1),
|
14 |
title="Hot Dog? Or Not?",
|
15 |
).launch()
|