Skip to content

Commit

Permalink
Added docs_url field in service description
Browse files Browse the repository at this point in the history
  • Loading branch information
andrptrc committed Feb 19, 2024
1 parent 3683e36 commit 448cbee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def __init__(self):
),
],
has_ai=True,
docs_url="https://docs.swiss-ai-center.ch/reference/services/image-nsfw-detector/",
)
self._logger = get_logger(settings)
# read the ai model here
Expand Down

0 comments on commit 448cbee

Please sign in to comment.