benediktstroebl commited on
Commit
5b0a5d3
·
1 Parent(s): 108bc02
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -14,6 +14,7 @@ with gr.Blocks() as demo:
14
  gr.Markdown("""
15
  # 🥇 Agent Leaderboard
16
  """)
 
17
 
18
  with gr.Tabs():
19
  with gr.Tab("SWE-Bench"):
@@ -62,6 +63,4 @@ if __name__ == "__main__":
62
  etag_timeout=30,
63
  max_workers=4,
64
  )
65
-
66
- df = parse_json_files(os.path.join(abs_path, "evals"))
67
  demo.launch()
 
14
  gr.Markdown("""
15
  # 🥇 Agent Leaderboard
16
  """)
17
+ df = parse_json_files(os.path.join(abs_path, "evals"))
18
 
19
  with gr.Tabs():
20
  with gr.Tab("SWE-Bench"):
 
63
  etag_timeout=30,
64
  max_workers=4,
65
  )
 
 
66
  demo.launch()