Skip to content

Commit

Permalink
FIX: 改行を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
sabonerune committed Jun 26, 2024
1 parent c5a3551 commit 59dfd00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion voicevox_engine/metas/Metas.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class SpeakerSupportedFeatures(BaseModel):

permitted_synthesis_morphing: Literal["ALL", "SELF_ONLY", "NOTHING"] = Field(
description=(
"モーフィング機能への対応\n\n"
"モーフィング機能への対応"
"'ALL' は「全て許可」、'SELF_ONLY' は「同じ話者内でのみ許可」、'NOTHING' は「全て禁止」"
),
default="ALL",
Expand Down

0 comments on commit 59dfd00

Please sign in to comment.