Kevin676 commited on
Commit
4d58bb6
1 Parent(s): 0c56240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -171,7 +171,7 @@ with gr.Blocks(title="S3PRL-VC: Any-to-one voice conversion demo on VCC2020") as
171
  with gr.Row():
172
  with gr.Column():
173
  gr.Markdown("## Upload a .wav file here!")
174
- input_wav = gr.Audio(label="Source speech", source='upload', type='filepath')
175
 
176
  gr.Markdown("## Select a target speaker!")
177
  trgspk = gr.Radio(label="Target speaker", choices=["TEF1", "TEF2", "TEM1", "TEM2"])
 
171
  with gr.Row():
172
  with gr.Column():
173
  gr.Markdown("## Upload a .wav file here!")
174
+ input_wav = gr.Audio(label="Source speech", source='microphone', type='filepath')
175
 
176
  gr.Markdown("## Select a target speaker!")
177
  trgspk = gr.Radio(label="Target speaker", choices=["TEF1", "TEF2", "TEM1", "TEM2"])