inoki-giskard commited on
Commit
62c4714
·
1 Parent(s): d65e913

Polish label mapping dataframe

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,7 +212,7 @@ with gr.Blocks(theme=theme) as iface:
212
  example_labels = gr.Label(label='Model prediction result', visible=False)
213
 
214
  id2label_mapping_dataframe = gr.DataFrame(
215
- label="Model-dataset label mapping",
216
  visible=False,
217
  )
218
 
 
212
  example_labels = gr.Label(label='Model prediction result', visible=False)
213
 
214
  id2label_mapping_dataframe = gr.DataFrame(
215
+ label="Preview of label mapping",
216
  visible=False,
217
  )
218