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 996679e commit ab20a7e
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 @@ -57,7 +57,8 @@ def __init__(self):
acronym=ExecutionUnitTagAcronym.IMAGE_RECOGNITION
),
],
has_ai=True
has_ai=True,
docs_url="https://docs.swiss-ai-center.ch/reference/services/face-detection/",
)
self._logger = get_logger(settings)

Expand Down

0 comments on commit ab20a7e

Please sign in to comment.