diff --git a/.github/stale.yml b/.github/stale.yml index 5bac63d3..e05eaf0b 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,5 +1,5 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 +daysUntilStale: 30 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale @@ -12,8 +12,7 @@ staleLabel: wontfix markComment: > This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. You might also look our discourse page for further help. - https://discourse.mozilla.org/c/tts + for your contributions. You might also look our discussion channels. # Comment to post when closing a stale issue. Set to `false` to disable closeComment: false diff --git a/TTS/.models.json b/TTS/.models.json index e1984435..135984d5 100644 --- a/TTS/.models.json +++ b/TTS/.models.json @@ -94,6 +94,16 @@ "contact": "egolge@coqui.com" } } + }, + "de":{ + "thorsten":{ + "tacotron2-DCA":{ + "github_rls_url": "", + "default_vocoder": "vocoder_models/de/thorsten/wavegrad", + "author": "@thorstenMueller", + "commit": "unknown" + } + } } }, "vocoder_models":{ @@ -141,6 +151,15 @@ "commit": "unknown" } } + }, + "de":{ + "thorsten":{ + "wavegrad":{ + "github_rls_url": "", + "author": "@thorstenMueller", + "commit": "unknown" + } + } } } }