Rasleen commited on
Commit
c5ccb24
Β·
verified Β·
1 Parent(s): 0cf156b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -151,7 +151,6 @@ with app_tab:
151
 
152
  with register_tab:
153
  upload_mode = st.radio("Choose Method", ["πŸ“€ Upload Image", "πŸ“· Take Photo"])
154
- image_pil = None
155
  if upload_mode == "πŸ“€ Upload Image":
156
  upload = st.file_uploader("Upload Student Image with plain background(.jpg)", type="jpg")
157
  if upload:
 
151
 
152
  with register_tab:
153
  upload_mode = st.radio("Choose Method", ["πŸ“€ Upload Image", "πŸ“· Take Photo"])
 
154
  if upload_mode == "πŸ“€ Upload Image":
155
  upload = st.file_uploader("Upload Student Image with plain background(.jpg)", type="jpg")
156
  if upload: