Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ with gr.Blocks(css=".gr-dataframe a {text-decoration: none; color: inherit;}")
|
|
162 |
|
163 |
with gr.Row():
|
164 |
model_name_input = gr.Textbox(label="Model Name", placeholder="Required:Enter your model name")
|
165 |
-
org_link_input = gr.Textbox(label="Project Page", placeholder="Optional:Enter project page, will show on leaderboard")
|
166 |
huggingface_data_set_name = gr.Textbox(label="Huggingface Data Set Name", placeholder="Required :Enter huggingface dataset set name, will show on leaderboard")
|
167 |
|
168 |
evaluation_btn = gr.Button("Evaluation")
|
|
|
162 |
|
163 |
with gr.Row():
|
164 |
model_name_input = gr.Textbox(label="Model Name", placeholder="Required:Enter your model name")
|
165 |
+
org_link_input = gr.Textbox(label="Project Page", placeholder="Optional:Enter project page, will show on leaderboard", value=None)
|
166 |
huggingface_data_set_name = gr.Textbox(label="Huggingface Data Set Name", placeholder="Required :Enter huggingface dataset set name, will show on leaderboard")
|
167 |
|
168 |
evaluation_btn = gr.Button("Evaluation")
|