Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -239,15 +239,15 @@ with demo:
|
|
239 |
with gr.Row():
|
240 |
with gr.Column():
|
241 |
level_of_test = gr.Radio(["validation", "test"], value="test", label="Split")
|
242 |
-
model_name_textbox = gr.Textbox(label="Model name", value='
|
243 |
-
model_family_textbox = gr.Textbox(label="Model family", value='
|
244 |
-
system_prompt_textbox = gr.Textbox(label="System prompt example", value='
|
245 |
-
url_textbox = gr.Textbox(label="Url to model information", value='
|
246 |
with gr.Column():
|
247 |
-
organisation = gr.Textbox(label="Organisation", value='
|
248 |
mail = gr.Textbox(
|
249 |
label="Contact email (will be stored privately, & used if there is an issue with your submission)",
|
250 |
-
value='
|
251 |
file_output = gr.File()
|
252 |
|
253 |
submit_button = gr.Button("Submit Eval")
|
|
|
239 |
with gr.Row():
|
240 |
with gr.Column():
|
241 |
level_of_test = gr.Radio(["validation", "test"], value="test", label="Split")
|
242 |
+
model_name_textbox = gr.Textbox(label="Model name", value='')
|
243 |
+
model_family_textbox = gr.Textbox(label="Model family", value='')
|
244 |
+
system_prompt_textbox = gr.Textbox(label="System prompt example", value='')
|
245 |
+
url_textbox = gr.Textbox(label="Url to model information", value='')
|
246 |
with gr.Column():
|
247 |
+
organisation = gr.Textbox(label="Organisation", value='')
|
248 |
mail = gr.Textbox(
|
249 |
label="Contact email (will be stored privately, & used if there is an issue with your submission)",
|
250 |
+
value='')
|
251 |
file_output = gr.File()
|
252 |
|
253 |
submit_button = gr.Button("Submit Eval")
|