mandali8686 commited on
Commit
9699cad
1 Parent(s): 35f8363

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -24,7 +24,6 @@ def transform_image(image):
24
  st.title("Animal Facial Expression Recognition")
25
 
26
 
27
-
28
  # File uploader
29
  uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "png", "jpeg"])
30
  if uploaded_file is not None:
 
24
  st.title("Animal Facial Expression Recognition")
25
 
26
 
 
27
  # File uploader
28
  uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "png", "jpeg"])
29
  if uploaded_file is not None: