anonymousatom commited on
Commit
09d2bf8
·
verified ·
1 Parent(s): eee251d

Update app.py

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