WAVbot commited on
Commit
08a5f35
·
verified ·
1 Parent(s): 8f04882

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +2 -2
gradio_app.py CHANGED
@@ -210,8 +210,8 @@ def separate_speakers_video(video_path):
210
 
211
  # --- Gradio UI ---
212
  with gr.Blocks() as demo:
213
- gr.Markdown("# TIGER: Time-frequency Interleaved Gain Extraction and Reconstruction for Efficient Speech Separation")
214
- gr.Markdown("TIGER is a lightweight model for speech separation which effectively extracts key acoustic features through frequency band-split, multi-scale and full-frequency-frame modeling.")
215
 
216
  gr.HTML("""
217
  <div style="display:flex;column-gap:4px;">
 
210
 
211
  # --- Gradio UI ---
212
  with gr.Blocks() as demo:
213
+ gr.Markdown("#WAVbot.com splitter: Time-frequency Interleaved Gain Extraction and Reconstruction for Efficient Speech Separation")
214
+ gr.Markdown("WAVbot.com splitter is a lightweight model for speech separation which effectively extracts key acoustic features through frequency band-split, multi-scale and full-frequency-frame modeling.")
215
 
216
  gr.HTML("""
217
  <div style="display:flex;column-gap:4px;">