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 5998ad2 commit 9d405a4Copy full SHA for 9d405a4
roboflow/models/classification.py
@@ -51,7 +51,7 @@ def __init__(
51
self.id = id
52
self.name = name
53
self.version = version
54
- self.base_url = "https://classify.roboflow.com/"
+ self.base_url = "https://serverless.roboflow.com/"
55
56
if self.name is not None and version is not None:
57
self.__generate_url()
tests/models/test_instance_segmentation.py
@@ -46,7 +46,7 @@ class TestInstanceSegmentation(unittest.TestCase):
46
dataset_id = "test-123"
47
version = "23"
48
49
- api_url = f"https://outline.roboflow.com/{dataset_id}/{version}"
+ api_url = f"https://serverless.roboflow.com/{dataset_id}/{version}"
50
_default_params = {
"api_key": api_key,
0 commit comments