Spaces:
Running
Running
Lakoc
commited on
Commit
·
7f7f709
1
Parent(s):
a677598
Ami correction of sessions used full-corpus -> full-corpus-asr
Browse files
app.py
CHANGED
@@ -48,8 +48,9 @@ def submit_model(task, datasets, hyp_file, submitted_by, model_id, model_link_in
|
|
48 |
(leaderboard_df["Submitted by"] == submitted_by.strip()) &
|
49 |
(leaderboard_df["Model ID"] == model_id.strip())
|
50 |
]
|
51 |
-
|
52 |
-
|
|
|
53 |
|
54 |
try:
|
55 |
server.prepare_model_for_submission(
|
|
|
48 |
(leaderboard_df["Submitted by"] == submitted_by.strip()) &
|
49 |
(leaderboard_df["Model ID"] == model_id.strip())
|
50 |
]
|
51 |
+
# TODO: Uncomment this after testing done
|
52 |
+
# if not existing.empty:
|
53 |
+
# return gr.update(value="❌ A submission with this name and model ID already exists.", visible=True)
|
54 |
|
55 |
try:
|
56 |
server.prepare_model_for_submission(
|
references/single_channel_gt_diar/ami-sdm.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
references/single_channel_real_diar/ami-sdm.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|