Vikas01 commited on
Commit
b5c1614
·
1 Parent(s): 24f3950

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -80,9 +80,10 @@ def attend():
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
  test_image = Image.open(img_file_buffer)
85
- st.image(test_image, use_column_width=True)
86
 
87
  # s = True
88
 
 
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