Truong-Phuc Nguyen
commited on
Commit
•
ebac5f9
1
Parent(s):
5e96fc4
Update Home.py
Browse files
Home.py
CHANGED
@@ -25,7 +25,7 @@ def convert_prediction(prediction):
|
|
25 |
else:
|
26 |
return 'L'
|
27 |
|
28 |
-
st.markdown("<h1 style='text-align: center;'>
|
29 |
|
30 |
scaler_6, scaler_8, scaler_21, clf_6, clf_8, clf_21 = load_essential_models(scaler_6_path='./Models/6/scaler.pkl', scaler_8_path='./Models/8/scaler.pkl', scaler_full_path='./Models/21/scaler.pkl', clf_6_path='./Models/6/svc_fs_tune.pkl', clf_8_path='./Models/8/ANN_8.h5', clf_full_path='./Models/21/ANNs_full.h5')
|
31 |
|
|
|
25 |
else:
|
26 |
return 'L'
|
27 |
|
28 |
+
st.markdown("<h1 style='text-align: center;'>Vietnamese Woman Bra Size Classifier</h1>", unsafe_allow_html=True)
|
29 |
|
30 |
scaler_6, scaler_8, scaler_21, clf_6, clf_8, clf_21 = load_essential_models(scaler_6_path='./Models/6/scaler.pkl', scaler_8_path='./Models/8/scaler.pkl', scaler_full_path='./Models/21/scaler.pkl', clf_6_path='./Models/6/svc_fs_tune.pkl', clf_8_path='./Models/8/ANN_8.h5', clf_full_path='./Models/21/ANNs_full.h5')
|
31 |
|