mgyigit commited on
Commit
2e72a57
·
verified ·
1 Parent(s): 07f48a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def add_new_eval(
63
  return 0
64
 
65
  def refresh_data():
66
- api.restart_space(repo_id=repo_id)
67
  benchmark_types = ["similarity", "function", "family", "affinity", "leaderboard"]
68
 
69
  for benchmark_type in benchmark_types:
 
63
  return 0
64
 
65
  def refresh_data():
66
+ api.restart_space(repo_id="HUBioDataLab/PROBE")
67
  benchmark_types = ["similarity", "function", "family", "affinity", "leaderboard"]
68
 
69
  for benchmark_type in benchmark_types: