muhammadsalmanalfaridzi commited on
Commit
736574d
·
verified ·
1 Parent(s): b164577

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import cv2
5
  from inference import get_roboflow_model
6
 
7
  # Define the Roboflow model
8
- model = get_roboflow_model(model_id="people-detection-general/5", api_key="Otg64Ra6wNOgDyjuhMYU")
9
 
10
  def callback(image_slice: np.ndarray) -> sv.Detections:
11
  results = model.infer(image_slice)[0]
 
5
  from inference import get_roboflow_model
6
 
7
  # Define the Roboflow model
8
+ model = get_roboflow_model(model_id="nescafe-4base/46", api_key="Otg64Ra6wNOgDyjuhMYU")
9
 
10
  def callback(image_slice: np.ndarray) -> sv.Detections:
11
  results = model.infer(image_slice)[0]