Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ css = """
|
|
144 |
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
145 |
with gr.Column(elem_id="col-container"):
|
146 |
gr.Markdown("""
|
147 |
-
# SoloAudio: Target Sound Extraction with Language-oriented Audio Diffusion Transformer
|
148 |
Adjust advanced settings for more control. This space only supports a 10-second audio input now.
|
149 |
|
150 |
Learn more about π£**SoloAudio** on the [SoloAudio Homepage](https://wanghelin1997.github.io/SoloAudio-Demo/).
|
|
|
144 |
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
145 |
with gr.Column(elem_id="col-container"):
|
146 |
gr.Markdown("""
|
147 |
+
# SoloAudio: Target Sound Extraction with Language-oriented Audio Diffusion Transformer
|
148 |
Adjust advanced settings for more control. This space only supports a 10-second audio input now.
|
149 |
|
150 |
Learn more about π£**SoloAudio** on the [SoloAudio Homepage](https://wanghelin1997.github.io/SoloAudio-Demo/).
|