Spaces:
Running
on
Zero
Running
on
Zero
add project badges
Browse files- gradio_app.py +11 -0
gradio_app.py
CHANGED
@@ -85,6 +85,17 @@ def separate_speakers(audio_path):
|
|
85 |
with gr.Blocks() as demo:
|
86 |
gr.Markdown("# TIGER: Time-frequency Interleaved Gain Extraction and Reconstruction for Efficient Speech Separation")
|
87 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
with gr.Tabs():
|
89 |
# --- Tab 1: DnR ---
|
90 |
with gr.Tab("Dialog/Effects/Music Separation (DnR)"):
|
|
|
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;">
|
90 |
+
<a href="https://cslikai.cn/TIGER/">
|
91 |
+
<img src='https://img.shields.io/badge/Project-Page-green'>
|
92 |
+
</a>
|
93 |
+
|
94 |
+
<a href="https://huggingface.co/spaces/fffiloni/TIGER-audio-extraction?duplicate=true">
|
95 |
+
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-sm.svg" alt="Duplicate this Space">
|
96 |
+
</a>
|
97 |
+
</div>
|
98 |
+
""")
|
99 |
with gr.Tabs():
|
100 |
# --- Tab 1: DnR ---
|
101 |
with gr.Tab("Dialog/Effects/Music Separation (DnR)"):
|