fffiloni commited on
Commit
d9599f2
·
verified ·
1 Parent(s): 36fca4c

Add a short description

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -0
gradio_app.py CHANGED
@@ -84,6 +84,7 @@ def separate_speakers(audio_path):
84
  # --- Gradio App ---
85
  with gr.Blocks() as demo:
86
  gr.Markdown("# TIGER: Time-frequency Interleaved Gain Extraction and Reconstruction for Efficient Speech Separation")
 
87
 
88
  gr.HTML("""
89
  <div style="display:flex;column-gap:4px;">
 
84
  # --- Gradio App ---
85
  with gr.Blocks() as demo:
86
  gr.Markdown("# TIGER: Time-frequency Interleaved Gain Extraction and Reconstruction for Efficient Speech Separation")
87
+ 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.")
88
 
89
  gr.HTML("""
90
  <div style="display:flex;column-gap:4px;">