mgyigit commited on
Commit
8cc60a4
1 Parent(s): 9c2b642

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -42,8 +42,8 @@ def add_new_eval(
42
  return 0
43
 
44
  def refresh_data():
45
- df = get_baseline_df(method_names, metric_names)
46
- return df
47
 
48
  block = gr.Blocks()
49
 
 
42
  return 0
43
 
44
  def refresh_data():
45
+ benchmark_types = ["similarity", "function", "family", "affinity"]
46
+ download_from_hub(benchmark_types)
47
 
48
  block = gr.Blocks()
49