Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,9 +9,9 @@ def predict(input_img):
|
|
9 |
|
10 |
gradio_app = gr.Interface(
|
11 |
predict,
|
12 |
-
inputs=gr.Image(label="Select hot dog candidate", sources=['upload'
|
13 |
outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
|
14 |
-
title="
|
15 |
)
|
16 |
|
17 |
if __name__ == "__main__":
|
|
|
9 |
|
10 |
gradio_app = gr.Interface(
|
11 |
predict,
|
12 |
+
inputs=gr.Image(label="Select hot dog candidate", sources=['upload'], type="pil"),
|
13 |
outputs=[gr.Image(label="Processed Image"), gr.Label(label="Result", num_top_classes=2)],
|
14 |
+
title="Highly Sophisticated Image Classification Algorithm?",
|
15 |
)
|
16 |
|
17 |
if __name__ == "__main__":
|