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 56aa743 commit 6643b5eCopy full SHA for 6643b5e
tests/inference/integration_tests/test_sam3.py
@@ -56,7 +56,7 @@ def test_visual_segmentation(
56
57
# when
58
response = requests.post(
59
- f"{BASE_URL}/sam3/visual_segment",
+ f"{BASE_URL}:{PORT}/sam3/visual_segment",
60
json=payload,
61
params={"api_key": API_KEY}
62
)
@@ -87,7 +87,7 @@ def test_concept_segmentation(
87
88
89
90
- f"{BASE_URL}/sam3/concept_segment",
+ f"{BASE_URL}:{PORT}/sam3/concept_segment",
91
92
93
0 commit comments