Amar Gill commited on
Commit
1c0208e
1 Parent(s): 4681dbf

update title and description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "YOLO"
20
- description = "swag"
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(