esraa-abdelmaksoud commited on
Commit
10d59a3
·
1 Parent(s): b3e1590

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ iface = gradio.Interface(
14
  fn=calculate_distance,
15
  inputs=['text','text'],
16
  outputs='text',
17
- title='OCR Character Error Rate (CER) Calculation Using Levenshtein Distance '
18
  description="In this space, you can enter the OCR text result and the original text to calculate ")
19
 
20
  iface.launch()
 
14
  fn=calculate_distance,
15
  inputs=['text','text'],
16
  outputs='text',
17
+ title='OCR Character Error Rate (CER) Calculation Using Levenshtein Distance ',
18
  description="In this space, you can enter the OCR text result and the original text to calculate ")
19
 
20
  iface.launch()