xinchen9 commited on
Commit
71e2405
1 Parent(s): ce77a7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ with demo:
194
  with gr.Row():
195
  model1_column = gr.CheckboxGroup(
196
  label="Evaluation Metrics",
197
- choices=['Pre-ASR','Post-ASR','FID','CLIP-score'],
198
  interactive=True,
199
  elem_id="column-select",
200
  )
 
194
  with gr.Row():
195
  model1_column = gr.CheckboxGroup(
196
  label="Evaluation Metrics",
197
+ choices=['Pre-ASR','Post-ASR','FID','CLIP-Score'],
198
  interactive=True,
199
  elem_id="column-select",
200
  )