Spaces:
Runtime error
Runtime error
Commit ·
c597f9f
1
Parent(s): 12d1a7b
Updated CSV relation path
Browse files- predict.py +1 -1
predict.py
CHANGED
|
@@ -119,7 +119,7 @@ class Facility_Model:
|
|
| 119 |
"""
|
| 120 |
output_dict = {}
|
| 121 |
# transform the relation table(between label and intent)
|
| 122 |
-
path_table = pd.read_csv('
|
| 123 |
|
| 124 |
label_intent_dict = path_table[["label", "corresponding_label"]].set_index("corresponding_label").to_dict()[
|
| 125 |
'label']
|
|
|
|
| 119 |
"""
|
| 120 |
output_dict = {}
|
| 121 |
# transform the relation table(between label and intent)
|
| 122 |
+
path_table = pd.read_csv('dhis_label_relation_14357.csv')
|
| 123 |
|
| 124 |
label_intent_dict = path_table[["label", "corresponding_label"]].set_index("corresponding_label").to_dict()[
|
| 125 |
'label']
|