Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -116,6 +116,6 @@ def predict(input_img):
|
|
116 |
gr.Interface(
|
117 |
predict,
|
118 |
inputs=gr.Image(label="Select an image", type="pil"),
|
119 |
-
outputs=[gr.Image(label="Processed Image"), gr.Label(label="Predicted Class"), gr.Tabs(
|
120 |
title="ResNet15 Image Classification"
|
121 |
).launch()
|
|
|
116 |
gr.Interface(
|
117 |
predict,
|
118 |
inputs=gr.Image(label="Select an image", type="pil"),
|
119 |
+
outputs=[gr.Image(label="Processed Image"), gr.Label(label="Predicted Class"), gr.Tabs("Probabilities")],
|
120 |
title="ResNet15 Image Classification"
|
121 |
).launch()
|