OpenSound commited on
Commit
aaab316
·
verified ·
1 Parent(s): 30a186b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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,