Vikas01 commited on
Commit
78d1b5c
·
1 Parent(s): b5c1614

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -76,14 +76,15 @@ def attend():
76
 
77
  csv_writer = csv.writer(csv_file)
78
 
79
- bytes_data=None
80
  def run_face_recognition():
 
81
  img_file_buffer=st.camera_input("Take a picture")
82
  if img_file_buffer is not None:
83
 
84
 
85
- test_image = Image.open(img_file_buffer)
86
- st.image(test_image)
87
 
88
  # s = True
89
 
 
76
 
77
  csv_writer = csv.writer(csv_file)
78
 
79
+
80
  def run_face_recognition():
81
+ bytes_data=None
82
  img_file_buffer=st.camera_input("Take a picture")
83
  if img_file_buffer is not None:
84
 
85
 
86
+ # test_image = Image.open()
87
+ st.image(img_file_buffer)
88
 
89
  # s = True
90