We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c086f commit e07154bCopy full SHA for e07154b
nucleus/constants.py
@@ -49,7 +49,8 @@
49
MODEL_RUN_ID_KEY = "model_run_id"
50
NAME_KEY = "name"
51
NEW_ITEMS = "new_items"
52
-NUCLEUS_ENDPOINT = "https://api.scale.com/v1/nucleus"
+NUCLEUS_ENDPOINT = "https://jihan-yin-api.devbox.internal.scale.com/v1/nucleus"
53
+# NUCLEUS_ENDPOINT = "https://api.scale.com/v1/nucleus"
54
ORIGINAL_IMAGE_URL_KEY = "original_image_url"
55
POSITION_KEY = "position"
56
PREDICTIONS_IGNORED_KEY = "predictions_ignored"
0 commit comments