OpenSound commited on
Commit
a632531
·
verified ·
1 Parent(s): 7d4d1e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -265,11 +265,11 @@ 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
- Tip: To extract sound effects or music from audio, try using [SoloAudio](https://huggingface.co/spaces/OpenSound/SoloAudio).
273
 
274
  """)
275
 
 
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
+ 👋 Introduction: Extract the target voice from mixture speech given an enrollment speech.
269
 
270
+ 💡 To extract sound effects or music from audio, try using [SoloAudio](https://huggingface.co/spaces/OpenSound/SoloAudio).
271
 
272
+ 🔗 Learn more about 🎯**SoloSpeech** on the [SoloSpeech Repo](https://github.com/WangHelin1997/SoloSpeech/).
273
 
274
  """)
275