Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ class Measurer:
|
|
60 |
def __init__(self):
|
61 |
|
62 |
# learned dist
|
63 |
-
tree_lookup_path = "
|
64 |
self.learned_dist_func = load_json_from_path(tree_lookup_path)
|
65 |
|
66 |
# tree dist
|
|
|
60 |
def __init__(self):
|
61 |
|
62 |
# learned dist
|
63 |
+
tree_lookup_path = "lang_1_to_lang_2_to_l1_dist.json"
|
64 |
self.learned_dist_func = load_json_from_path(tree_lookup_path)
|
65 |
|
66 |
# tree dist
|