Update app.py
Browse files
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("
|
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"])
|