Update app.py
Browse files
app.py
CHANGED
@@ -177,11 +177,12 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
177 |
with gr.Column(elem_id="col-container"):
|
178 |
gr.Markdown("""
|
179 |
# SoloAudio: Target Sound Extraction with Language-oriented Audio Diffusion Transformer
|
180 |
-
Adjust advanced settings for more control. This space only supports a 10-second audio input now.
|
181 |
|
182 |
-
|
|
|
|
|
183 |
|
184 |
-
Tip: If you're looking to extract a specific speaker's voice, try [SoloSpeech](https://huggingface.co/spaces/OpenSound/SoloSpeech).
|
185 |
""")
|
186 |
|
187 |
|
|
|
177 |
with gr.Column(elem_id="col-container"):
|
178 |
gr.Markdown("""
|
179 |
# SoloAudio: Target Sound Extraction with Language-oriented Audio Diffusion Transformer
|
180 |
+
π§ Tips: Adjust advanced settings for more control. This space only supports a 10-second audio input now.
|
181 |
|
182 |
+
π‘ If you're looking to extract a specific speaker's voice, try [SoloSpeech](https://huggingface.co/spaces/OpenSound/SoloSpeech).
|
183 |
+
|
184 |
+
π Learn more about π―**SoloAudio** on the [SoloAudio Homepage](https://wanghelin1997.github.io/SoloAudio-Demo/).
|
185 |
|
|
|
186 |
""")
|
187 |
|
188 |
|