Spaces:
Runtime error
Runtime error
stanslausmwongela
commited on
Commit
•
b0ed1a9
1
Parent(s):
389e35c
Updated prediction end point
Browse files- predict.py +1 -1
predict.py
CHANGED
@@ -107,7 +107,7 @@ class Facility_Model:
|
|
107 |
"""
|
108 |
output_dict = {}
|
109 |
# transform the relation table(between label and intent)
|
110 |
-
path_table = pd.read_csv('
|
111 |
|
112 |
label_intent_dict = path_table[["label", "corresponding_label"]].set_index("corresponding_label").to_dict()[
|
113 |
'label']
|
|
|
107 |
"""
|
108 |
output_dict = {}
|
109 |
# transform the relation table(between label and intent)
|
110 |
+
path_table = pd.read_csv('dhis_label_relation_14357.csv')
|
111 |
|
112 |
label_intent_dict = path_table[["label", "corresponding_label"]].set_index("corresponding_label").to_dict()[
|
113 |
'label']
|