Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -64,6 +64,7 @@ def compare_texts(reference_text, transcribed_text):
|
|
64 |
similarity_score = round(sm.ratio() * 100, 2)
|
65 |
|
66 |
# Construct HTML output
|
|
|
67 |
# html_output = f"<strong>Fidelity Class:</strong> # Tạo output HTML với các mức đánh giá chi tiết hơn
|
68 |
html_output = f"<strong>Fidelity Class:</strong> "
|
69 |
if similarity_score >= 85:
|
|
|
64 |
similarity_score = round(sm.ratio() * 100, 2)
|
65 |
|
66 |
# Construct HTML output
|
67 |
+
# html_output = f"<strong>Fidelity Class:</strong> # Tạo output HTML với các mức đánh giá chi tiết hơn
|
68 |
# html_output = f"<strong>Fidelity Class:</strong> # Tạo output HTML với các mức đánh giá chi tiết hơn
|
69 |
html_output = f"<strong>Fidelity Class:</strong> "
|
70 |
if similarity_score >= 85:
|