Spaces:
Running
on
Zero
Running
on
Zero
Add a short description
Browse files- 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;">
|