Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def predict(image):
|
|
15 |
gr.Interface(
|
16 |
predict,
|
17 |
inputs = gr.Image(label="Upload hot dog candidate", type = "filepath"),
|
18 |
-
outputs = gr.Label(num_top_classes=
|
19 |
title="hot Dog? or Not ?",
|
20 |
).launch()
|
21 |
|
|
|
15 |
gr.Interface(
|
16 |
predict,
|
17 |
inputs = gr.Image(label="Upload hot dog candidate", type = "filepath"),
|
18 |
+
outputs = gr.Label(num_top_classes=5),
|
19 |
title="hot Dog? or Not ?",
|
20 |
).launch()
|
21 |
|