mkthoma commited on
Commit
7c8bae5
·
1 Parent(s): 39e8d5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=128, height=128)],
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"