Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
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),
|