LBLong commited on
Commit
0e3070e
·
verified ·
1 Parent(s): 2ef1f01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ interface = gr.Interface(
21
  fn=detect_faces,
22
  inputs="image",
23
  outputs="image",
24
- title="Face Detection with Haar Cascade",
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()