Spaces:
Sleeping
Sleeping
Update appStore/target.py
Browse files- appStore/target.py +0 -3
appStore/target.py
CHANGED
@@ -66,9 +66,6 @@ def app():
|
|
66 |
classifier = load_targetClassifier(classifier_name=params['model_name'])
|
67 |
|
68 |
st.session_state['{}_classifier'.format(classifier_identifier)] = classifier
|
69 |
-
|
70 |
-
# test
|
71 |
-
if "target_classifier" not in st.session_state:
|
72 |
|
73 |
df = target_classification(haystack_doc=df,
|
74 |
threshold= params['threshold'])
|
|
|
66 |
classifier = load_targetClassifier(classifier_name=params['model_name'])
|
67 |
|
68 |
st.session_state['{}_classifier'.format(classifier_identifier)] = classifier
|
|
|
|
|
|
|
69 |
|
70 |
df = target_classification(haystack_doc=df,
|
71 |
threshold= params['threshold'])
|