terryyz commited on
Commit
18bceaa
1 Parent(s): e92dfe1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -525,12 +525,10 @@ with main_block as demo:
525
 
526
  with gr.TabItem("🛠️ Code Execution (Beta)", id=5):
527
  gr.Markdown("""\
528
- ## Upload your [sanitized JSONL file](https://github.com/bigcode-project/bigcodebench?tab=readme-ov-file#code-post-processing) to evaluate
529
-
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"])
 
525
 
526
  with gr.TabItem("🛠️ Code Execution (Beta)", id=5):
527
  gr.Markdown("""\
 
 
528
  ### Hard Set Ground Truth Pass Rate: 100%
529
  ### Full Set Ground Truth Pass Rate: 99.6%
530
 
531
+ ### Note: The code execution session is no longer maintained. Please `pip install -U bigcodebench` and refer to [BigCodeBench Repository](https://github.com/bigcode-project/bigcodebench).
532
  """)
533
  with gr.Row():
534
  jsonl_file = gr.File(label="Upload JSONL file", file_types=[".jsonl"])