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 02b717f commit 0cc7d91Copy full SHA for 0cc7d91
roboflow/config.py
@@ -61,7 +61,7 @@ def get_conditional_configuration_variable(key, default):
61
"SEMANTIC_SEGMENTATION_URL", "https://segment.roboflow.com"
62
)
63
OBJECT_DETECTION_URL = get_conditional_configuration_variable(
64
- "SEMANTIC_SEGMENTATION_URL", "https://detect.roboflow.com"
+ "OBJECT_DETECTION_URL", "https://detect.roboflow.com"
65
66
67
CLIP_FEATURIZE_URL = get_conditional_configuration_variable(
0 commit comments