Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def read_excel_data(file_path, sheet_name):
|
|
34 |
# List of sample texts to read
|
35 |
excel_file_path = "ASR_live_test.xlsx"
|
36 |
sheet_name= 'sample_test(threshold=75%)'
|
37 |
-
|
38 |
|
39 |
# Similarity function
|
40 |
def similar(a, b):
|
|
|
34 |
# List of sample texts to read
|
35 |
excel_file_path = "ASR_live_test.xlsx"
|
36 |
sheet_name= 'sample_test(threshold=75%)'
|
37 |
+
full_test_list = read_excel_data(excel_file_path, sheet_name)
|
38 |
|
39 |
# Similarity function
|
40 |
def similar(a, b):
|