Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|