rutsam commited on
Commit
7a50fc4
·
1 Parent(s): 5e334c0
Files changed (1) hide show
  1. app.py +1 -1
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,