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

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
- interpretation="default",
29
  title="MTCNN Face Detection",
30
  description="Detect faces in an image using MTCNN.",
31
  )
 
25
  inputs=gr.Image(type="numpy", label="Input Image"),
26
  outputs=gr.Image(type="numpy", label="Output Image"),
27
  live=True,
 
28
  title="MTCNN Face Detection",
29
  description="Detect faces in an image using MTCNN.",
30
  )