dalmeow commited on
Commit
3c52f26
1 Parent(s): 0552670

changed order of prediction and truth

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ description = "This is a calculator that you can use to find WER"
33
  demo = gr.Interface(
34
  fn=compute,
35
  inputs=gr.components.Dataframe(
36
- headers=["truth", "prediction"],
37
  col_count=2,
38
  row_count=1,
39
  label="Input"
 
33
  demo = gr.Interface(
34
  fn=compute,
35
  inputs=gr.components.Dataframe(
36
+ headers=["prediction", "truth"],
37
  col_count=2,
38
  row_count=1,
39
  label="Input"