amitkayal commited on
Commit
e204026
·
1 Parent(s): bc0c135

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ demo = gr.Interface(
110
  # gr.Number(label="Number of misclassified images to view", default=5, min=1, max=10),
111
  # gr.Image(shape=(32, 32), label="Input Image")
112
  # gr.Radio(["Yes", "No"], label="View GradCAM images?"),
113
- gr.Radio(["Yes", "No"], label="Location", info="GradCAM images?"),
114
  gr.Number(label="Number of GradCAM images to view", default=5, max=10),
115
  gr.Radio(["Yes", "No"], label="View misclassified images?"),
116
  gr.Number(label="Number of misclassified images to view", default=5, min=1, max=10),
 
110
  # gr.Number(label="Number of misclassified images to view", default=5, min=1, max=10),
111
  # gr.Image(shape=(32, 32), label="Input Image")
112
  # gr.Radio(["Yes", "No"], label="View GradCAM images?"),
113
+ gr.Radio(["Yes", "No"], label="GradCAM images", info="View GradCAM images?"),
114
  gr.Number(label="Number of GradCAM images to view", default=5, max=10),
115
  gr.Radio(["Yes", "No"], label="View misclassified images?"),
116
  gr.Number(label="Number of misclassified images to view", default=5, min=1, max=10),