pushpinder06 commited on
Commit
0f3390e
·
verified ·
1 Parent(s): 19175ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def detect_faces(image_np,slider):
26
  iface = gr.Interface(
27
  fn=detect_faces,
28
  inputs=["image",gr.Slider(minimum=1,maximum=2,step=.1,label="Adjust the scale factor.")],
29
- outputs=["image",gr.Label( "Face counts")],
30
  title="Face Detection",
31
  description="Upload an image, and the model will detect faces and draw bounding boxes around them."
32
  )
 
26
  iface = gr.Interface(
27
  fn=detect_faces,
28
  inputs=["image",gr.Slider(minimum=1,maximum=2,step=.1,label="Adjust the scale factor.")],
29
+ outputs="image",
30
  title="Face Detection",
31
  description="Upload an image, and the model will detect faces and draw bounding boxes around them."
32
  )