This commit is contained in:
wataru 2023-06-05 15:28:43 +09:00
parent 8d49db9d69
commit 4017e6c62c

View File

@ -42,8 +42,8 @@ body:
label: Clear setting label: Clear setting
description: Have you tried clear setting? description: Have you tried clear setting?
options: options:
- "yes"
- "no" - "no"
- "yes"
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
@ -52,8 +52,8 @@ body:
label: Sample model label: Sample model
description: Sample model work fine description: Sample model work fine
options: options:
- "yes"
- "no" - "no"
- "yes"
validations: validations:
required: true required: true
- type: dropdown - type: dropdown
@ -62,29 +62,29 @@ body:
label: Input chunk num label: Input chunk num
description: Have you tried to change input chunk num? description: Have you tried to change input chunk num?
options: options:
- "yes"
- "no" - "no"
- "yes"
validations:
required: true
- type: input
id: vc-type
attributes:
label: Voice Changer type
description: Which type of voice changer you use? e.g. MMVC v1.3, RVC
placeholder: RVC
validations:
required: true
- type: input
id: model-type
attributes:
label: Model type
description: List up the type of model you use? e.g. pyTorch, ONNX, f0, no f0
validations:
required: true
- type: textarea
id: issue
attributes:
label: Situation
description: Please input your issue
validations: validations:
required: true required: true
# - type: input
# id: vc-type
# attributes:
# label: Voice Changer type
# description: Which type of voice changer you use? e.g. MMVC v1.3, RVC
# placeholder: RVC
# validations:
# required: true
# - type: input
# id: model-type
# attributes:
# label: Model type
# description: List up the type of model you use? e.g. pyTorch, ONNX, f0, no f0
# validations:
# required: true
# - type: textarea
# id: issue
# attributes:
# label: Situation
# description: Please input your issue
# validations:
# required: true