Update app.py
Browse files
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="
|
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]
|