Skip to content

Commit 3a06ec5

Browse files
authored
Replace YOLO with another model for tests (#1895)
1 parent 7576486 commit 3a06ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/labelbox/tests/integration/test_foundry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from labelbox.schema.foundry.foundry_client import FoundryClient
77

88
# Yolo object detection model id
9-
TEST_MODEL_ID = "e8b352ce-8f3a-4cd6-93a5-8af904307346"
9+
TEST_MODEL_ID = "c8a5b29a-cdba-408a-803a-a605a95631c2"
1010

1111

1212
@pytest.fixture()

0 commit comments

Comments
 (0)