Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -272,8 +272,8 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
272 |
|
273 |
with gr.Tab("Target Speech Extraction"):
|
274 |
with gr.Row():
|
275 |
-
mixture_input = gr.Audio(label="Upload Mixture Audio", type="filepath", value="
|
276 |
-
enroll_input = gr.Audio(label="Upload Enrollment Audio", type="filepath", value="
|
277 |
|
278 |
with gr.Row():
|
279 |
demo_selector = gr.Dropdown(
|
|
|
272 |
|
273 |
with gr.Tab("Target Speech Extraction"):
|
274 |
with gr.Row():
|
275 |
+
mixture_input = gr.Audio(label="Upload Mixture Audio", type="filepath", value="test2.wav")
|
276 |
+
enroll_input = gr.Audio(label="Upload Enrollment Audio", type="filepath", value="test2_enroll.wav")
|
277 |
|
278 |
with gr.Row():
|
279 |
demo_selector = gr.Dropdown(
|