Skip to content

Commit 3f5ca02

Browse files
authored
feat: ASPIRE serving API (#350)
* feat: add aspire serving and API * fix: preprocessor reading * chore: inc version
1 parent f12d5c5 commit 3f5ca02

File tree

4 files changed

+956
-1
lines changed

4 files changed

+956
-1
lines changed

extensions/serving/ai_engines/stable.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,7 @@
5353
# 'SERVING_PROCESS': 'cerviguard_image_analyzer'
5454
# }
5555

56+
AI_ENGINES['aspire_analyzer'] = {
57+
'SERVING_PROCESS': 'aspire_analyzer'
58+
}
59+

0 commit comments

Comments
 (0)