roychao19477 commited on
Commit
eca5e51
·
1 Parent(s): 484532b

Update figs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ with gr.Blocks() as demo:
132
  gr.Markdown(ABOUT)
133
  input_audio = gr.Audio(label="Input Audio", type="filepath", interactive=True)
134
  model_choice = gr.Radio(
135
- label="Choose Model",
136
  choices=["VCTK-Demand", "VCTK+DNS"],
137
  value="VCTK-Demand"
138
  )
 
132
  gr.Markdown(ABOUT)
133
  input_audio = gr.Audio(label="Input Audio", type="filepath", interactive=True)
134
  model_choice = gr.Radio(
135
+ label="Choose Model (The use of VCTK+DNS is recommended)",
136
  choices=["VCTK-Demand", "VCTK+DNS"],
137
  value="VCTK-Demand"
138
  )