Spaces:
Runtime error
Runtime error
Amar Gill
commited on
Commit
•
1c0208e
1
Parent(s):
4681dbf
update title and description
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ def get_result(img):
|
|
16 |
return render_result(model=model, image=img, result=results[0])
|
17 |
|
18 |
|
19 |
-
title = "
|
20 |
-
description = "
|
21 |
examples = ["https://github.com/ultralytics/yolov5/raw/master/data/images/zidane.jpg"]
|
22 |
|
23 |
iface = gr.Interface(
|
|
|
16 |
return render_result(model=model, image=img, result=results[0])
|
17 |
|
18 |
|
19 |
+
title = "Hard Hat Detector"
|
20 |
+
description = "Upload an image to identify who is wearing a hard hat and who is not."
|
21 |
examples = ["https://github.com/ultralytics/yolov5/raw/master/data/images/zidane.jpg"]
|
22 |
|
23 |
iface = gr.Interface(
|