XTTS on your computer
Browse files
app.py
CHANGED
|
@@ -368,6 +368,12 @@ Leave a star on the Github <a href="https://github.com/coqui-ai/TTS">TTS</a>, wh
|
|
| 368 |
)
|
| 369 |
information = gr.HTML()
|
| 370 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 371 |
submit.click(fn = update_output, inputs = [
|
| 372 |
generation_number
|
| 373 |
], outputs = [
|
|
|
|
| 368 |
)
|
| 369 |
information = gr.HTML()
|
| 370 |
|
| 371 |
+
gr.Markdown("""
|
| 372 |
+
## **XTTS on your computer**
|
| 373 |
+
You can install _Pinokio_ locally and then install _XTTS_ into it. It should be quite easy if you have an Nvidia GPU.
|
| 374 |
+
You can also install XTTS on your computer using docker but it's more complicate.
|
| 375 |
+
""")
|
| 376 |
+
|
| 377 |
submit.click(fn = update_output, inputs = [
|
| 378 |
generation_number
|
| 379 |
], outputs = [
|