Jaward commited on
Commit
1c67364
1 Parent(s): ea9c1e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -42,9 +42,9 @@ inputs = [
42
  iface = gr.Interface(
43
  fn=translate_audio,
44
  inputs=inputs,
45
- outputs=gr.Audio(label="Translated Audio"),
46
- title="Seamless Expressive Audio Translator",
47
- description="Translate your audio into different languages with expressive styles."
48
  )
49
 
50
  # Run the application
 
42
  iface = gr.Interface(
43
  fn=translate_audio,
44
  inputs=inputs,
45
+ outputs=gr.Audio(label="Translated Speech", autoplay=True,),
46
+ title="Seamless Speech Translator",
47
+ description="Hear how you sound in another language"
48
  )
49
 
50
  # Run the application