Spaces:
Running
Running
Update src/saving_utils.py
Browse files- src/saving_utils.py +1 -1
src/saving_utils.py
CHANGED
|
@@ -7,7 +7,7 @@ script_dir = os.path.dirname(os.path.abspath(__file__))
|
|
| 7 |
sys.path.append('..')
|
| 8 |
sys.path.append('.')
|
| 9 |
|
| 10 |
-
def save_similarity_output(output_dict, method_name, leaderboard_path="
|
| 11 |
# Load or initialize the DataFrames
|
| 12 |
print(script_dir)
|
| 13 |
if os.path.exists(leaderboard_path):
|
|
|
|
| 7 |
sys.path.append('..')
|
| 8 |
sys.path.append('.')
|
| 9 |
|
| 10 |
+
def save_similarity_output(output_dict, method_name, leaderboard_path="/home/user/app/src/data/leaderboard_results.csv", similarity_path="./data/similarity_results.csv"):
|
| 11 |
# Load or initialize the DataFrames
|
| 12 |
print(script_dir)
|
| 13 |
if os.path.exists(leaderboard_path):
|