Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,6 @@ iface = gr.Interface(
|
|
| 62 |
inputs="image",
|
| 63 |
outputs="image",
|
| 64 |
live=True,
|
| 65 |
-
capture_session=True,
|
| 66 |
interpretation="default",
|
| 67 |
title="Face Recognition App",
|
| 68 |
description="This app recognizes faces in an image and updates attendance."
|
|
|
|
| 62 |
inputs="image",
|
| 63 |
outputs="image",
|
| 64 |
live=True,
|
|
|
|
| 65 |
interpretation="default",
|
| 66 |
title="Face Recognition App",
|
| 67 |
description="This app recognizes faces in an image and updates attendance."
|