abakirci commited on
Commit
00211a8
·
verified ·
1 Parent(s): 23d9885

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def process_image(img):
16
  return img
17
 
18
  st.title("TRAFFIC SIGN CLASSIFICATION:small_red_triangle:")
19
- st.header("Identify what each traffic sign means!")
20
  st.write("Upload your image and see the results")
21
 
22
  file = st.file_uploader("Choose an image", type=["jpg", "jpeg", "png", "webp"])
 
16
  return img
17
 
18
  st.title("TRAFFIC SIGN CLASSIFICATION:small_red_triangle:")
19
+ st.header("Discover what each traffic sign represents!")
20
  st.write("Upload your image and see the results")
21
 
22
  file = st.file_uploader("Choose an image", type=["jpg", "jpeg", "png", "webp"])