Spaces:
Running
Running
Update gradio_app.py
Browse files- 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("#
|
214 |
-
gr.Markdown("
|
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;">
|