Spaces:
Sleeping
Sleeping
anilbhatt1
commited on
Commit
•
612bed2
1
Parent(s):
fdcaf34
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ gradio_app = gr.Interface(
|
|
58 |
inference,
|
59 |
inputs = [gr.Image(width=32, height=32, label="Input Image"), gr.Slider(0, 1, value = 0.5, label="Opacity of GradCAM"), gr.Slider(-2, -1, value = -2, step=1,
|
60 |
label="Which Layer?")],
|
61 |
-
outputs = [gr.Label(num_top_classes=3), gr.Image(width=32, height=32, label="Output")
|
62 |
title = title,
|
63 |
description = description,
|
64 |
examples = examples,
|
|
|
58 |
inference,
|
59 |
inputs = [gr.Image(width=32, height=32, label="Input Image"), gr.Slider(0, 1, value = 0.5, label="Opacity of GradCAM"), gr.Slider(-2, -1, value = -2, step=1,
|
60 |
label="Which Layer?")],
|
61 |
+
outputs = [gr.Label(num_top_classes=3), gr.Image(width=32, height=32, label="Output")],
|
62 |
title = title,
|
63 |
description = description,
|
64 |
examples = examples,
|