Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|
|
|
|
|
|
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()
|