sdafd commited on
Commit
4df9103
·
1 Parent(s): 366b72d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -25,7 +25,6 @@ iface = gr.Interface(
25
  inputs=gr.Image(type="numpy", label="Input Image"),
26
  outputs=gr.Image(type="numpy", label="Output Image"),
27
  live=True,
28
- capture_session=True,
29
  interpretation="default",
30
  title="MTCNN Face Detection",
31
  description="Detect faces in an image using MTCNN.",
 
25
  inputs=gr.Image(type="numpy", label="Input Image"),
26
  outputs=gr.Image(type="numpy", label="Output Image"),
27
  live=True,
 
28
  interpretation="default",
29
  title="MTCNN Face Detection",
30
  description="Detect faces in an image using MTCNN.",