Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def detect_faces(image):
|
|
19 |
|
20 |
interface = gr.Interface(
|
21 |
fn=detect_faces,
|
22 |
-
inputs="image",
|
23 |
outputs="image",
|
24 |
title="Face Detection Deep Learning",
|
25 |
description="Upload an image, and the model will detect faces and draw bounding boxes around them.",
|
|
|
19 |
|
20 |
interface = gr.Interface(
|
21 |
fn=detect_faces,
|
22 |
+
inputs=["image","image"],
|
23 |
outputs="image",
|
24 |
title="Face Detection Deep Learning",
|
25 |
description="Upload an image, and the model will detect faces and draw bounding boxes around them.",
|