Spaces:
Sleeping
Sleeping
Commit
·
d27225f
1
Parent(s):
3d0fe58
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ with gr.Blocks() as app:
|
|
39 |
'''
|
40 |
with gr.Row() as input_radio_group:
|
41 |
radio_btn = gr.Radio(
|
42 |
-
choices=['Top Prediction Classes', '
|
43 |
type="index",
|
44 |
label='Feature options',
|
45 |
info="Choose which feature you want to explore",
|
|
|
39 |
'''
|
40 |
with gr.Row() as input_radio_group:
|
41 |
radio_btn = gr.Radio(
|
42 |
+
choices=['Top Prediction Classes', 'Missclassified Images', 'GradCAM Images'],
|
43 |
type="index",
|
44 |
label='Feature options',
|
45 |
info="Choose which feature you want to explore",
|