Spaces:
Sleeping
Sleeping
Fix accuracy results path on leaderboard repo
Browse files- src/app.py +1 -1
src/app.py
CHANGED
|
@@ -109,7 +109,7 @@ def choose_input_file_from_leaderboard():
|
|
| 109 |
if not has_api_token:
|
| 110 |
st.rerun()
|
| 111 |
|
| 112 |
-
root_search_path = "ivrit-ai/hebrew-transcription-leaderboard/results"
|
| 113 |
fsspec_spaces_root_search_path = f"spaces/{root_search_path}"
|
| 114 |
found_files_relative_paths = get_leaderboard_result_csv_paths(
|
| 115 |
fsspec_spaces_root_search_path
|
|
|
|
| 109 |
if not has_api_token:
|
| 110 |
st.rerun()
|
| 111 |
|
| 112 |
+
root_search_path = "ivrit-ai/hebrew-transcription-leaderboard/results/accuracy"
|
| 113 |
fsspec_spaces_root_search_path = f"spaces/{root_search_path}"
|
| 114 |
found_files_relative_paths = get_leaderboard_result_csv_paths(
|
| 115 |
fsspec_spaces_root_search_path
|