Docfile commited on
Commit
b58b6d3
1 Parent(s): f11045d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -62,7 +62,6 @@ iface = gr.Interface(
62
  fn=recognize_faces,
63
  inputs="image",
64
  outputs="text",
65
- live=True,
66
  title="Face Recognition App",
67
  description="This app recognizes faces in an image and updates attendance."
68
  )
 
62
  fn=recognize_faces,
63
  inputs="image",
64
  outputs="text",
 
65
  title="Face Recognition App",
66
  description="This app recognizes faces in an image and updates attendance."
67
  )