anonymousatom
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ text = ['Advertisement Creative(Contains Text)', 'Not an Advertisement Creative(
|
|
34 |
st.title("Advertisement Detection using CLIP")
|
35 |
|
36 |
# Upload image
|
37 |
-
uploaded_image = st.file_uploader("Choose an image...", type="jpg")
|
38 |
|
39 |
|
40 |
if uploaded_image is not None:
|
|
|
34 |
st.title("Advertisement Detection using CLIP")
|
35 |
|
36 |
# Upload image
|
37 |
+
uploaded_image = st.file_uploader("Choose an image...", type= ["png", "jpg", "jpeg"])
|
38 |
|
39 |
|
40 |
if uploaded_image is not None:
|