OpenSound commited on
Commit
aef8dca
·
verified ·
1 Parent(s): 60e0cac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -179,7 +179,9 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
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
- Learn more about 🟣**SoloAudio** on the [SoloAudio Homepage](https://wanghelin1997.github.io/SoloAudio-Demo/).
 
 
183
  """)
184
 
185
 
 
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
+ Learn more about 🎯**SoloAudio** on the [SoloAudio Homepage](https://wanghelin1997.github.io/SoloAudio-Demo/).
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