Skip to content

Commit

Permalink
Merge pull request #6 from swiss-ai-center/5-add-docs_url-field-to-se…
Browse files Browse the repository at this point in the history
…rvice-description

Added docs_url field in service description
  • Loading branch information
ludelafo authored Feb 19, 2024
2 parents 3683e36 + 448cbee commit e23dd56
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 e23dd56

Please sign in to comment.