Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
·
7670619
1
Parent(s):
132c7ea
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ iface = gr.Interface(
|
|
57 |
gr.inputs.Dropdown(voices),
|
58 |
],
|
59 |
outputs="audio",
|
60 |
-
title="TorToiSe"
|
61 |
description="A multi-voice TTS system trained with an emphasis on quality",
|
62 |
article="This demo shows the ultra fast option in the TorToiSe system. For more info check the <a href='https://github.com/neonbjb/tortoise-tts' target='_blank'>Repository</a>.",
|
63 |
queue=True,
|
|
|
57 |
gr.inputs.Dropdown(voices),
|
58 |
],
|
59 |
outputs="audio",
|
60 |
+
title="TorToiSe",
|
61 |
description="A multi-voice TTS system trained with an emphasis on quality",
|
62 |
article="This demo shows the ultra fast option in the TorToiSe system. For more info check the <a href='https://github.com/neonbjb/tortoise-tts' target='_blank'>Repository</a>.",
|
63 |
queue=True,
|