Spaces:
Runtime error
Runtime error
use filepath
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ iface = gr.Interface(
|
|
| 48 |
default="This sentence has been generated by a speech synthesis system.",
|
| 49 |
),
|
| 50 |
],
|
| 51 |
-
outputs=gr.outputs.Audio(type="
|
| 52 |
#outputs=gr.outputs.Textbox(label="Recognized speech from speechbrain model"),
|
| 53 |
title="Kinyarwanda tts Demo",
|
| 54 |
description="Kinyarwanda tts build with ",
|
|
|
|
| 48 |
default="This sentence has been generated by a speech synthesis system.",
|
| 49 |
),
|
| 50 |
],
|
| 51 |
+
outputs=gr.outputs.Audio(type="filepath",label="Output"),
|
| 52 |
#outputs=gr.outputs.Textbox(label="Recognized speech from speechbrain model"),
|
| 53 |
title="Kinyarwanda tts Demo",
|
| 54 |
description="Kinyarwanda tts build with ",
|