OpenSound commited on
Commit
9411126
·
verified ·
1 Parent(s): dab49a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -264,16 +264,16 @@ css = """
264
  with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
265
  with gr.Column(elem_id="col-container"):
266
  gr.Markdown("""
267
- # SoloSpeech: Enhancing Intelligibility and Quality in Target Speech Extraction through a Cascaded Generative Pipeline
268
  Extract the target voice from mixture speech given an enrollment speech.
269
 
270
- Learn more about 🎸**SoloSpeech** on the [SoloSpeech Repo](https://github.com/WangHelin1997/SoloSpeech/).
271
  """)
272
 
273
  with gr.Tab("Target Speech Extraction"):
274
  with gr.Row():
275
  mixture_input = gr.Audio(label="Upload Mixture Audio", type="filepath", value="demo/test1.wav")
276
- enroll_input = gr.Audio(label="Upload Enrollment Audio", type="filepath", value="demo/enroll1.wav")
277
 
278
  with gr.Row():
279
  demo_selector = gr.Dropdown(
 
264
  with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
265
  with gr.Column(elem_id="col-container"):
266
  gr.Markdown("""
267
+ # 🎸 SoloSpeech: Enhancing Intelligibility and Quality in Target Speech Extraction through a Cascaded Generative Pipeline
268
  Extract the target voice from mixture speech given an enrollment speech.
269
 
270
+ Learn more about **SoloSpeech** on the [SoloSpeech Repo](https://github.com/WangHelin1997/SoloSpeech/).
271
  """)
272
 
273
  with gr.Tab("Target Speech Extraction"):
274
  with gr.Row():
275
  mixture_input = gr.Audio(label="Upload Mixture Audio", type="filepath", value="demo/test1.wav")
276
+ enroll_input = gr.Audio(label="Upload Enrollment Audio", type="filepath", value="demo/test1_enroll.wav")
277
 
278
  with gr.Row():
279
  demo_selector = gr.Dropdown(