Improve docsQA default questions (#1411)

This commit is contained in:
Yanlong Wang 2022-04-19 20:24:34 +08:00 committed by GitHub
parent 7133f8f47d
commit b45d5c5c60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@
<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>
<dd>What is VITS?</dd>
<dd>How to train a TTS model?</dd>
<dd>What is the format of training data?</dd>
</dl>
</template>
</qa-bot>