Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
271 |
|
272 |
-
|
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 |
|