Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ input_interface = gr.Interface(inference,
|
|
87 |
gr.Slider(-2, -1, value=-2, step=1, label="Which Layer?"),
|
88 |
gr.Slider(1, 10, value=3, step=1, label="How many top confidence classes to be shown?")],
|
89 |
outputs=[gr.Label(),
|
90 |
-
gr.Image(shape=(32, 32), label="Model Prediction").style(width=
|
91 |
description=description1,examples=examples)
|
92 |
|
93 |
description2 = "Displays misclassified image of the model"
|
|
|
87 |
gr.Slider(-2, -1, value=-2, step=1, label="Which Layer?"),
|
88 |
gr.Slider(1, 10, value=3, step=1, label="How many top confidence classes to be shown?")],
|
89 |
outputs=[gr.Label(),
|
90 |
+
gr.Image(shape=(32, 32), label="Model Prediction").style(width=512, height=512)],
|
91 |
description=description1,examples=examples)
|
92 |
|
93 |
description2 = "Displays misclassified image of the model"
|