Spaces:
Sleeping
Sleeping
brandonongsc
commited on
Commit
•
7014dd7
1
Parent(s):
d4e25eb
Update app.py
Browse files
app.py
CHANGED
@@ -79,5 +79,6 @@ detection_model = load_model()
|
|
79 |
|
80 |
gr.Interface(fn=predict,
|
81 |
inputs=gr.Image(type="pil"),
|
82 |
-
outputs=gr.Image(type="pil")
|
|
|
83 |
).launch(share=True)
|
|
|
79 |
|
80 |
gr.Interface(fn=predict,
|
81 |
inputs=gr.Image(type="pil"),
|
82 |
+
outputs=gr.Image(type="pil"),
|
83 |
+
title="Detect Individual Wearing Mask/No Mask"
|
84 |
).launch(share=True)
|