AtsuMiyai commited on
Commit
44ebc11
1 Parent(s): 65d061e

update explanations on MM-UPD Bench

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. constants.py +1 -1
app.py CHANGED
@@ -669,7 +669,7 @@ with block:
669
 
670
  with gr.Column():
671
 
672
- input_file = gr.components.File(label="Click to Upload a Dual Evaluation File", file_count="single", type='binary')
673
  submit_button = gr.Button("Submit Eval")
674
 
675
  submission_result = gr.Markdown()
 
669
 
670
  with gr.Column():
671
 
672
+ input_file = gr.components.File(label="Click to Upload a JSON File", file_count="single", type='binary')
673
  submit_button = gr.Button("Submit Eval")
674
 
675
  submission_result = gr.Markdown()
constants.py CHANGED
@@ -73,7 +73,7 @@ SUBMIT_INTRODUCTION = """# Submit on MM-UPD Benchmark Introduction
73
  12. Click 'Refresh' to obtain the uploaded leaderboard.
74
 
75
  ### If you have any questions or deletion requests, please contact [[email protected]]([email protected]).
76
- ### ⚠️ Please do not submit any malicious content.
77
  """
78
 
79
 
 
73
  12. Click 'Refresh' to obtain the uploaded leaderboard.
74
 
75
  ### If you have any questions or deletion requests, please contact [[email protected]]([email protected]).
76
+ ### ⚠️ Please do not submit any malicious file (e.g, files you manually edited).
77
  """
78
 
79