slapula commited on
Commit
0b96a3d
1 Parent(s): d705ab3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ def transcribe(file, string, return_timestamps):
47
  for chunk in timestamps
48
  ]
49
  text = "\n".join(str(feature) for feature in timestamps)
 
50
  if text == string:
51
  grade = "good!"
52
  else:
 
47
  for chunk in timestamps
48
  ]
49
  text = "\n".join(str(feature) for feature in timestamps)
50
+ grade = ''
51
  if text == string:
52
  grade = "good!"
53
  else: