Terry Zhuo commited on
Commit
ba0b936
·
1 Parent(s): 6c21634

add notes to execution

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -530,7 +530,7 @@ with main_block as demo:
530
  ### Hard Set Ground Truth Pass Rate: 100%
531
  ### Full Set Ground Truth Pass Rate: 99.6%
532
 
533
- ### Note: The execution could be stuck, and we are working on it. Meanwhile, please clone this space to your own hub and run the evaluation there. If you notice that the execution is stuck, please restart the space.
534
  """)
535
  with gr.Row():
536
  jsonl_file = gr.File(label="Upload JSONL file", file_types=[".jsonl"])
 
530
  ### Hard Set Ground Truth Pass Rate: 100%
531
  ### Full Set Ground Truth Pass Rate: 99.6%
532
 
533
+ ### Note: The execution could be stuck, and we are working on it. Meanwhile, please clone this space to your own hub and run the evaluation there. If you notice that your execution is stuck, please restart the cloned space.
534
  """)
535
  with gr.Row():
536
  jsonl_file = gr.File(label="Upload JSONL file", file_types=[".jsonl"])