Himanshu2003 commited on
Commit
7983904
·
verified ·
1 Parent(s): 4346558

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def get_result(img_path):
26
  return "She is a Women 🚺"
27
 
28
 
29
- st.title("Let's detect the gender 🚹🚺")
30
 
31
  uploaded_image = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
32
 
 
26
  return "She is a Women 🚺"
27
 
28
 
29
+ st.title("Let\'s detect the gender 🚹🚺")
30
 
31
  uploaded_image = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
32