mirror of https://github.com/coqui-ai/TTS.git
Revert DocQA as it fails on readthedocs
parent
95e551dd0a
commit
6df69f79ea
|
@ -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 %}
|
|
Loading…
Reference in New Issue