NotShrirang commited on
Commit
0d97354
·
verified ·
1 Parent(s): cf9c906

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ st.write("This is a web app to detect number plates and vehicles in images using
15
  image = st.file_uploader("Upload an image", type=["jpg", "jpeg", "png"])
16
 
17
  if image is not None:
18
- st.header("Original Image")
19
  st.image(image, caption="Uploaded Image", use_column_width=True)
20
  st.info("Detecting...")
21
  img = Image.open(image)
 
15
  image = st.file_uploader("Upload an image", type=["jpg", "jpeg", "png"])
16
 
17
  if image is not None:
18
+ st.header("Original Image:")
19
  st.image(image, caption="Uploaded Image", use_column_width=True)
20
  st.info("Detecting...")
21
  img = Image.open(image)