Spaces:
Runtime error
Runtime error
use numpy
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ iface = gr.Interface(
|
|
38 |
default="This sentence has been generated by a speech synthesis system.",
|
39 |
),
|
40 |
],
|
41 |
-
outputs=gr.outputs.Audio(label="Output"),
|
42 |
title="Kinyarwanda tts Demo",
|
43 |
description="Kinyarwanda tts build with ",
|
44 |
allow_flagging=False,
|
|
|
38 |
default="This sentence has been generated by a speech synthesis system.",
|
39 |
),
|
40 |
],
|
41 |
+
outputs=gr.outputs.Audio(type="numpy",label="Output"),
|
42 |
title="Kinyarwanda tts Demo",
|
43 |
description="Kinyarwanda tts build with ",
|
44 |
allow_flagging=False,
|