ksvmuralidhar commited on
Commit
7ebbf5a
·
verified ·
1 Parent(s): eb81ea9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- 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):
 
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):