Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
44e30b0
1
Parent(s):
dd29aa4
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ iface = gr.Interface(
|
|
59 |
gr.inputs.Textbox(type="str", default=text, label="Text", lines=3),
|
60 |
gr.inputs.Dropdown(voices),
|
61 |
],
|
62 |
-
outputs="
|
63 |
title="TorToiSe",
|
64 |
description="A multi-voice TTS system trained with an emphasis on quality",
|
65 |
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>.",
|
|
|
59 |
gr.inputs.Textbox(type="str", default=text, label="Text", lines=3),
|
60 |
gr.inputs.Dropdown(voices),
|
61 |
],
|
62 |
+
outputs="audio",
|
63 |
title="TorToiSe",
|
64 |
description="A multi-voice TTS system trained with an emphasis on quality",
|
65 |
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>.",
|