Merge pull request #1347 from coqui-ai/dev

v0.6.1
This commit is contained in:
Eren Gölge 2022-03-07 16:02:19 +01:00 committed by GitHub
commit 0cf3265a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 24 deletions

View File

@ -1 +1 @@
0.6.0
0.6.1

View File

@ -1,23 +0,0 @@
{% extends "!page.html" %}
{% block scripts %}
{{ super() }}
<!-- DocsQA integration start -->
<script src="https://cdn.jsdelivr.net/npm/qabot@0.4"></script>
<qa-bot
token="qAFjWNovwHUXKKkVhy4AN6tawSwCMfdb3HJNPLVM23ACdrBGxmBNObM="
title="🐸 TTS"
description="A library for advanced Text-to-Speech generation"
>
<template>
<dl>
<dt>You can ask questions about TTS. Try</dt>
<dd>how to install TTS for Python?</dd>
<dd>What data format for the training dataset?</dd>
<dd>what makes a good dataset?</dd>
</dl>
</template>
</qa-bot>
<!-- DocsQA integration end -->
{% endblock %}