Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|