mirror of https://github.com/coqui-ai/TTS.git
Remove doc bot (#2399)
This commit is contained in:
parent
624513018d
commit
4ca07514d4
|
@ -1,23 +1,4 @@
|
||||||
{% extends "!page.html" %}
|
{% extends "!page.html" %}
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
<!-- DocsQA integration start -->
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/qabot@0.4"></script>
|
|
||||||
|
|
||||||
<qa-bot
|
|
||||||
token="qAFjWNovwHUXKKkVhy4AN6tawSwCMfdb3HJNPLVM23ACdrBGxmBNObM="
|
|
||||||
title="🐸💬TTS Bot"
|
|
||||||
description="A library for advanced Text-to-Speech generation"
|
|
||||||
style="bottom: calc(1.25em + 80px);"
|
|
||||||
>
|
|
||||||
<template>
|
|
||||||
<dl>
|
|
||||||
<dt>You can ask questions about TTS. Try</dt>
|
|
||||||
<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>
|
|
||||||
<!-- DocsQA integration end -->
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue