bhys commited on
Commit
8de9eef
·
verified ·
1 Parent(s): 6bb094a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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='2')
243
- model_family_textbox = gr.Textbox(label="Model family", value='1')
244
- system_prompt_textbox = gr.Textbox(label="System prompt example", value='1')
245
- url_textbox = gr.Textbox(label="Url to model information", value='1')
246
  with gr.Column():
247
- organisation = gr.Textbox(label="Organisation", value='1')
248
  mail = gr.Textbox(
249
  label="Contact email (will be stored privately, & used if there is an issue with your submission)",
250
- value='1@qq.com')
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")