mgyigit commited on
Commit
95cc741
·
verified ·
1 Parent(s): e4f1c41

Update src/saving_utils.py

Browse files
Files changed (1) hide show
  1. src/saving_utils.py +1 -1
src/saving_utils.py CHANGED
@@ -40,7 +40,7 @@ def save_similarity_output(
40
  method_name,
41
  leaderboard_path="/home/user/app/src/data/leaderboard_results.csv",
42
  similarity_path="/home/user/app/src/data/similarity_results.csv",
43
- repo_id="spaces/mgyigit/probe3",
44
  ):
45
  # Load or initialize the DataFrames
46
  if os.path.exists(leaderboard_path):
 
40
  method_name,
41
  leaderboard_path="/home/user/app/src/data/leaderboard_results.csv",
42
  similarity_path="/home/user/app/src/data/similarity_results.csv",
43
+ repo_id="mgyigit/probe3",
44
  ):
45
  # Load or initialize the DataFrames
46
  if os.path.exists(leaderboard_path):