piyushgrover commited on
Commit
d27225f
·
1 Parent(s): 3d0fe58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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', 'GradCAM Images', 'Missclassified Images'],
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",