tianyang commited on
Commit
3ab1469
·
1 Parent(s): 74c7393

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,7 +18,7 @@ with gzip.open(filepath, 'r') as f:
18
  usernames["v1.1 (from 2023-10-07 to 2023-12-31)"] = json.loads(f.read().decode('utf-8'))
19
 
20
  text = """\
21
- ![](banner.png)
22
  **_RepoBench is a benchmark specifically designed for evaluating repository-level code auto-completion systems._**
23
 
24
  # Am I in The RepoBench?
@@ -89,4 +89,4 @@ with gr.Blocks() as demo:
89
  check_button.click(check_username, [username, version], [repos, opt_out])
90
 
91
 
92
- demo.launch()
 
18
  usernames["v1.1 (from 2023-10-07 to 2023-12-31)"] = json.loads(f.read().decode('utf-8'))
19
 
20
  text = """\
21
+ ![](./banner.png)
22
  **_RepoBench is a benchmark specifically designed for evaluating repository-level code auto-completion systems._**
23
 
24
  # Am I in The RepoBench?
 
89
  check_button.click(check_username, [username, version], [repos, opt_out])
90
 
91
 
92
+ app.launch(allowed_paths=["./"])