Skip to content

Commit

Permalink
update service id to microsam
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsmechtel committed Oct 24, 2024
1 parent 5d73a6b commit 8ba2b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ services:
command: [
"--server_url=https://hypha.aicell.io",
"--workspace_name=bioimageio-colab",
"--service_id=sam",
"--service_id=microsam",
]
2 changes: 1 addition & 1 deletion test/test_model_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

SERVER_URL = "https://hypha.aicell.io"
WORKSPACE_NAME = "bioimageio-colab"
SERVICE_ID = "sam"
SERVICE_ID = "microsam"


def test_service_available():
Expand Down

0 comments on commit 8ba2b3b

Please sign in to comment.