unijoh commited on
Commit
e469d0f
1 Parent(s): bbe9b6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def main():
15
  tts_interface = gr.Interface(
16
  fn=synthesize_speech,
17
  inputs="text",
18
- outputs="audio",
19
  title="Faroese TTS Demo",
20
  description="Text-to-Speech Synthesis for Faroese"
21
  )
 
15
  tts_interface = gr.Interface(
16
  fn=synthesize_speech,
17
  inputs="text",
18
+ outputs=gr.File(label="Download Generated Audio"),
19
  title="Faroese TTS Demo",
20
  description="Text-to-Speech Synthesis for Faroese"
21
  )