Spaces:
Runtime error
Runtime error
Commit ·
8cd76cf
1
Parent(s): b32f4b5
Update mapping.py
Browse files- mapping.py +1 -1
mapping.py
CHANGED
|
@@ -11,7 +11,7 @@ indus_model = pickle.load(open('indus_knn.sav', 'rb'))
|
|
| 11 |
|
| 12 |
def get_mapping(prep_text):
|
| 13 |
|
| 14 |
-
tags_list = classify(
|
| 15 |
tags_list = tags_list['tags']
|
| 16 |
|
| 17 |
if tags_list!=[]:
|
|
|
|
| 11 |
|
| 12 |
def get_mapping(prep_text):
|
| 13 |
|
| 14 |
+
tags_list = classify(prep_text)
|
| 15 |
tags_list = tags_list['tags']
|
| 16 |
|
| 17 |
if tags_list!=[]:
|