Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ interface = gr.Interface(
|
|
21 |
fn=detect_faces,
|
22 |
inputs="image",
|
23 |
outputs="image",
|
24 |
-
title="Face Detection
|
25 |
description="Upload an image, and the model will detect faces and draw bounding boxes around them.",
|
26 |
)
|
27 |
interface.launch()
|
|
|
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.",
|
26 |
)
|
27 |
interface.launch()
|