Spaces:
Runtime error
Runtime error
Upload facility_predict.py
Browse files- facility_predict.py +1 -1
facility_predict.py
CHANGED
@@ -108,7 +108,7 @@ class Facility_Model:
|
|
108 |
"""
|
109 |
output_dict = {}
|
110 |
# transform the relation table(between label and intent)
|
111 |
-
path_table = pd.read_csv('
|
112 |
|
113 |
label_intent_dict = path_table[["label", "corresponding_label"]].set_index("corresponding_label").to_dict()[
|
114 |
'label']
|
|
|
108 |
"""
|
109 |
output_dict = {}
|
110 |
# transform the relation table(between label and intent)
|
111 |
+
path_table = pd.read_csv('dhis_label_relation_14357.csv')
|
112 |
|
113 |
label_intent_dict = path_table[["label", "corresponding_label"]].set_index("corresponding_label").to_dict()[
|
114 |
'label']
|