multimodalart HF Staff commited on
Commit
1c6422c
·
verified ·
1 Parent(s): ca8a00e

Update webui.py

Browse files
Files changed (1) hide show
  1. webui.py +1 -1
webui.py CHANGED
@@ -398,7 +398,7 @@ def render_interface() -> gr.Blocks:
398
  interactive=True,
399
  )
400
  gr.Examples(
401
- examples=["happy_birthday.wav"],
402
  inputs=[target_audio]
403
  )
404
  with gr.Row():
 
398
  interactive=True,
399
  )
400
  gr.Examples(
401
+ examples=["happy_birthday.mp3"],
402
  inputs=[target_audio]
403
  )
404
  with gr.Row():