Skip to content

Commit

Permalink
Added docs_url field in service description (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrptrc authored Feb 19, 2024
1 parent 6c9d2d7 commit 21a56da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ def __init__(self):
acronym=ExecutionUnitTagAcronym.IMAGE_PROCESSING
),
],
has_ai=False
has_ai=False,
docs_url="https://docs.swiss-ai-center.ch/reference/services/image-analyzer/",
)
self._logger = get_logger(settings)

Expand Down

0 comments on commit 21a56da

Please sign in to comment.