OpenSound commited on
Commit
861c549
Β·
verified Β·
1 Parent(s): 106b5d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
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
- 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
 
 
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