Spaces:
Sleeping
Sleeping
test image input
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def predict(image):
|
|
9 |
|
10 |
gr.Interface(
|
11 |
predict,
|
12 |
-
inputs=gr.Image(label="
|
13 |
outputs=gr.Label(num_top_classes=2),
|
14 |
title="Hot Dog? Or Not?",
|
15 |
).launch()
|
|
|
9 |
|
10 |
gr.Interface(
|
11 |
predict,
|
12 |
+
inputs=gr.Image(label="Select hot dog candidate", type="pil"),
|
13 |
outputs=gr.Label(num_top_classes=2),
|
14 |
title="Hot Dog? Or Not?",
|
15 |
).launch()
|