rossarmstrong commited on
Commit
b3dae4d
·
1 Parent(s): 118d6f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def word_error_rate(reference, hypothesis):
8
  return wer_result
9
 
10
  title = "Word Error Rate Calculator"
11
- description = '''A simple application to quickly calculate the Word Error Rate (WER)'''
12
 
13
  # Define the input and output interfaces
14
  input_reference = gr.Textbox(lines=2, label="Input Reference Text")
 
8
  return wer_result
9
 
10
  title = "Word Error Rate Calculator"
11
+ description = "A simple application to quickly calculate the Word Error Rate (WER) powered by <a href='https://pypi.org/project/werpy/'>werpy</a>."
12
 
13
  # Define the input and output interfaces
14
  input_reference = gr.Textbox(lines=2, label="Input Reference Text")