rutsam commited on
Commit
f9f52a1
·
1 Parent(s): 2dadc0d

use filepath

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="file",label="Output"),
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 ",