Update scanner.py
Browse files- scanner.py +1 -1
scanner.py
CHANGED
@@ -55,7 +55,7 @@ if selected_title:
|
|
55 |
|
56 |
st.dataframe(dataframe, hide_index=True , use_container_width=True)
|
57 |
|
58 |
-
loaded_xgb_classifier = load_xgb_model("
|
59 |
|
60 |
id2label = {0:'Human-generated Article', 1:'Template-translated Article'}
|
61 |
|
|
|
55 |
|
56 |
st.dataframe(dataframe, hide_index=True , use_container_width=True)
|
57 |
|
58 |
+
loaded_xgb_classifier = load_xgb_model("XGBoost.model")
|
59 |
|
60 |
id2label = {0:'Human-generated Article', 1:'Template-translated Article'}
|
61 |
|