admin commited on
Commit
5a54f0f
·
1 Parent(s): 4ab8727

ImageNet version

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -133,6 +133,7 @@ if __name__ == "__main__":
133
  with gr.Row():
134
  with gr.Column():
135
  subset_opt = gr.Dropdown(
 
136
  choices=["IMAGENET1K_V1", "IMAGENET1K_V2"],
137
  value="IMAGENET1K_V1",
138
  )
 
133
  with gr.Row():
134
  with gr.Column():
135
  subset_opt = gr.Dropdown(
136
+ label="ImageNet version",
137
  choices=["IMAGENET1K_V1", "IMAGENET1K_V2"],
138
  value="IMAGENET1K_V1",
139
  )