Skip to content

Commit e07154b

Browse files
committed
stash
1 parent c8c086f commit e07154b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nucleus/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
MODEL_RUN_ID_KEY = "model_run_id"
5050
NAME_KEY = "name"
5151
NEW_ITEMS = "new_items"
52-
NUCLEUS_ENDPOINT = "https://api.scale.com/v1/nucleus"
52+
NUCLEUS_ENDPOINT = "https://jihan-yin-api.devbox.internal.scale.com/v1/nucleus"
53+
# NUCLEUS_ENDPOINT = "https://api.scale.com/v1/nucleus"
5354
ORIGINAL_IMAGE_URL_KEY = "original_image_url"
5455
POSITION_KEY = "position"
5556
PREDICTIONS_IGNORED_KEY = "predictions_ignored"

0 commit comments

Comments
 (0)