Spaces:
Running
Running
shaipeerms
commited on
Commit
·
c965633
1
Parent(s):
ff8f0fe
Enable DASR tracks
Browse files
app.py
CHANGED
@@ -130,8 +130,7 @@ with (gr.Blocks(theme=gr.themes.Soft(text_size=text_md), css="footer {visibility
|
|
130 |
gr.Markdown(SUBMISSION_TAB_TITLE_MARKDOWN)
|
131 |
submission_team_name_tb = gr.Textbox(label='Team Name')
|
132 |
submission_file_path = gr.File(label='Upload your results', type='filepath')
|
133 |
-
submission_type_radio = gr.Radio(label='Submission Track', choices=LEADERBOARD_TYPES
|
134 |
-
gr.Markdown('### * DASR tracks are transitioning to dev-set-2 and are temporarily disabled. Please check back soon.')
|
135 |
with gr.Row():
|
136 |
hf_token_tb = gr.Textbox(label='Token', type='password')
|
137 |
submissions_24h_txt = gr.Textbox(label='Submissions 24h', value='')
|
|
|
130 |
gr.Markdown(SUBMISSION_TAB_TITLE_MARKDOWN)
|
131 |
submission_team_name_tb = gr.Textbox(label='Team Name')
|
132 |
submission_file_path = gr.File(label='Upload your results', type='filepath')
|
133 |
+
submission_type_radio = gr.Radio(label='Submission Track', choices=LEADERBOARD_TYPES)
|
|
|
134 |
with gr.Row():
|
135 |
hf_token_tb = gr.Textbox(label='Token', type='password')
|
136 |
submissions_24h_txt = gr.Textbox(label='Submissions 24h', value='')
|