Update app.py
Browse files
app.py
CHANGED
@@ -72,9 +72,9 @@ def inference(input_image_path: str):
|
|
72 |
|
73 |
lic_num = decode_license_number(names)
|
74 |
|
75 |
-
with placeholder.container():
|
76 |
-
|
77 |
-
|
78 |
|
79 |
|
80 |
def files_cleanup(path_: str):
|
|
|
72 |
|
73 |
lic_num = decode_license_number(names)
|
74 |
|
75 |
+
# with placeholder.container():
|
76 |
+
st.markdown(f"<h5>Detected Number: {lic_num}</h5>", unsafe_allow_html=True)
|
77 |
+
st.image(os.path.join(PREDICTION_PATH, 'predict', 'input.jpg'))
|
78 |
|
79 |
|
80 |
def files_cleanup(path_: str):
|