dvieri commited on
Commit
0bc7ee7
·
verified ·
1 Parent(s): 9555999

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ def main():
133
  st.title("Face Verification")
134
 
135
  model = st.selectbox("Select Model", ["Siamese", "HOG-SVM"])
136
- person = st.selectbox("Select Person", ["Theo"])
137
  enable = st.checkbox("Enable camera")
138
  captured_image = st.camera_input("Take a picture", disabled=not enable)
139
 
 
133
  st.title("Face Verification")
134
 
135
  model = st.selectbox("Select Model", ["Siamese", "HOG-SVM"])
136
+ person = st.selectbox("Select Person", ["Theo", "Deverel", "Justin"])
137
  enable = st.checkbox("Enable camera")
138
  captured_image = st.camera_input("Take a picture", disabled=not enable)
139