LBLong commited on
Commit
522a27a
·
verified ·
1 Parent(s): e7e7d8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.",