wgetdd commited on
Commit
bbaaadc
1 Parent(s): 1d6a43f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ gr.Interface(
38
  get_gradcam(model,image, opacity) if show_gradcam else None],
39
  inputs=[input_component, num_of_output_classes,show_misclassified_checkbox, num_images_input, show_gradcam_checkbox, opacity_slider],
40
  outputs=[gr.outputs.Label(), gr.Image(shape=(500, 500)), gr.Image(shape=(500, 500))],
41
- title="CIFAR10 Trained on Custom Residual CNN Architecture"
42
  examples=[
43
  ["example_images/example_1.png",5,True,5,True,0.2], # You can provide your own example input values here
44
  ["example_images/example_2.png",5,False,5,True,0.3],
 
38
  get_gradcam(model,image, opacity) if show_gradcam else None],
39
  inputs=[input_component, num_of_output_classes,show_misclassified_checkbox, num_images_input, show_gradcam_checkbox, opacity_slider],
40
  outputs=[gr.outputs.Label(), gr.Image(shape=(500, 500)), gr.Image(shape=(500, 500))],
41
+ title="CIFAR10 Trained on Custom Residual CNN Architecture",
42
  examples=[
43
  ["example_images/example_1.png",5,True,5,True,0.2], # You can provide your own example input values here
44
  ["example_images/example_2.png",5,False,5,True,0.3],