Spaces:
Running
Running
Another path fix
Browse files- src/app.py +1 -1
src/app.py
CHANGED
|
@@ -126,7 +126,7 @@ def choose_input_file_from_leaderboard():
|
|
| 126 |
file_part = Path(selected_file).name
|
| 127 |
uploaded_file = huggingface_hub.hf_hub_url(
|
| 128 |
repo_id="ivrit-ai/hebrew-transcription-leaderboard",
|
| 129 |
-
subfolder=f"results{paths_part}",
|
| 130 |
filename=file_part,
|
| 131 |
repo_type="space",
|
| 132 |
)
|
|
|
|
| 126 |
file_part = Path(selected_file).name
|
| 127 |
uploaded_file = huggingface_hub.hf_hub_url(
|
| 128 |
repo_id="ivrit-ai/hebrew-transcription-leaderboard",
|
| 129 |
+
subfolder=f"results/accuracy{paths_part}",
|
| 130 |
filename=file_part,
|
| 131 |
repo_type="space",
|
| 132 |
)
|