piyushmaharana commited on
Commit
d0d7bec
·
verified ·
1 Parent(s): 0fc89be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def calculate_wer_metrics(
42
 
43
  # Calculate WER measures
44
  measures = jiwer.compute_measures(
45
- reference=reference,
46
  hypothesis=hypothesis,
47
  truth_transform=transformation,
48
  hypothesis_transform=transformation
 
42
 
43
  # Calculate WER measures
44
  measures = jiwer.compute_measures(
45
+ truth=reference,
46
  hypothesis=hypothesis,
47
  truth_transform=transformation,
48
  hypothesis_transform=transformation