Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def predict(input_img):
|
|
9 |
|
10 |
gradio_app = gr.Interface(
|
11 |
fn=predict,
|
12 |
-
inputs=
|
13 |
outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
|
14 |
title="Hot Dog? or Not?",
|
15 |
)
|
|
|
9 |
|
10 |
gradio_app = gr.Interface(
|
11 |
fn=predict,
|
12 |
+
inputs=gr.Image(label="Selece hot dog candidate", sources=['upload', 'webcam'], type='pil'),
|
13 |
outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
|
14 |
title="Hot Dog? or Not?",
|
15 |
)
|