Skip to content

Commit

Permalink
TermOfUse to onegai
Browse files Browse the repository at this point in the history
  • Loading branch information
litagin02 committed Jun 14, 2024
1 parent 5649184 commit f213bd0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
22 changes: 13 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sbv2-editor",
"version": "0.4.2",
"version": "0.4.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
6 changes: 3 additions & 3 deletions src/components/TermOfUse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function TermOfUseDialog({
}: TermOfUseDialogProps) {
return (
<Dialog open={open} fullWidth maxWidth='md'>
<DialogTitle>利用規約</DialogTitle>
<DialogTitle>お願いとモデルの利用規約</DialogTitle>
<DialogContent>
<Typography>
Style-Bert-VITS2を利用する際は、
Expand All @@ -30,9 +30,9 @@ export default function TermOfUseDialog({
target='_blank'
rel='noopener noreferrer'
>
Style-Bert-VITS2の利用規約
Style-Bert-VITS2の開発陣からのお願いとデフォルトモデルの利用規約
</Link>
を遵守してください。特に、利用するモデルの利用規約がある場合はそれに従わなければなりません
を読んで、使用するモデルの利用規約を遵守してください
初期からあるデフォルトモデルの利用規約の抜粋は以下の通りです(完全な利用規約は上記リンクにあります)。
</Typography>
<Box sx={{ fontWeight: 'bold' }}>JVNV</Box>
Expand Down

0 comments on commit f213bd0

Please sign in to comment.