chore: v23.5.12

This commit is contained in:
Bingsu
2023-05-13 15:23:56 +09:00
parent 3d892728c6
commit a0cd6f1d3c
2 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
### 2023-05-13
- v23.5.12
- `ad_enable`을 제외한 입력이 dict타입으로 들어오도록 변경
- web api로 사용할 때에 특히 사용하기 쉬움
- web api breaking change
- `mask_preprocess` 인자를 넣지 않았던 오류 수정 (PR #47)
- huggingface에서 모델을 다운로드하지 않는 옵션 추가 `--ad-no-huggingface`
### 2023-05-12
- v23.5.11

View File

@@ -1 +1 @@
__version__ = "23.5.11"
__version__ = "23.5.12"