anindya64 commited on
Commit
05772eb
1 Parent(s): 33d016a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ description = """
9
 
10
  Simply upload an image of any person wearning/not-wearing helmet.
11
  """
12
- model_id = "anindya64/detr-resnet-50-finetuned"
13
 
14
  image_processor = AutoImageProcessor.from_pretrained(model_id)
15
  model = AutoModelForObjectDetection.from_pretrained(model_id)
 
9
 
10
  Simply upload an image of any person wearning/not-wearing helmet.
11
  """
12
+ model_id = "devonho/detr-resnet-50_finetuned_cppe5"
13
 
14
  image_processor = AutoImageProcessor.from_pretrained(model_id)
15
  model = AutoModelForObjectDetection.from_pretrained(model_id)