DD0101 commited on
Commit
c8ba8ca
1 Parent(s): 0f13d2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -55,4 +55,6 @@ description = "This is an easy-to-use demo for detecting faces inside an image a
55
 
56
  gr.Interface(fn=face_mask_detection,
57
  inputs=gr.Image(shape=(224, 224)),
58
- outputs=gr.outputs.Image(type = "pil", label = "Output Image")).launch()
 
 
 
55
 
56
  gr.Interface(fn=face_mask_detection,
57
  inputs=gr.Image(shape=(224, 224)),
58
+ outputs=gr.outputs.Image(type = "pil", label = "Output Image"),
59
+ title=title,
60
+ description=description).launch()