Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -279,10 +279,10 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
279 |
mixture_input = gr.Audio(label="Upload Mixture Audio",
|
280 |
type="filepath",
|
281 |
value="test1.wav")
|
282 |
-
|
|
|
283 |
with gr.Row(equal_height=True):
|
284 |
enroll_input = gr.Audio(label="Upload Enrollment/Speaker Audio",
|
285 |
-
info='A short audio clip containing only the target speaker.',
|
286 |
type="filepath",
|
287 |
value="test1_enroll.wav",
|
288 |
scale=4,
|
|
|
279 |
mixture_input = gr.Audio(label="Upload Mixture Audio",
|
280 |
type="filepath",
|
281 |
value="test1.wav")
|
282 |
+
|
283 |
+
gr.Markdown("**Note:** Upload a short audio clip that contains **only the target speaker**.")
|
284 |
with gr.Row(equal_height=True):
|
285 |
enroll_input = gr.Audio(label="Upload Enrollment/Speaker Audio",
|
|
|
286 |
type="filepath",
|
287 |
value="test1_enroll.wav",
|
288 |
scale=4,
|