Omnibus commited on
Commit
060a393
1 Parent(s): a3702dc

Update vc.py

Browse files
Files changed (1) hide show
  1. vc.py +3 -1
vc.py CHANGED
@@ -47,7 +47,9 @@ with gr.Blocks() as app:
47
  with gr.Column():
48
  alt_go_btn = gr.Button()
49
  out_audio = gr.Audio(interactive=False)
50
- with gr.Box():
 
 
51
  with gr.Row():
52
  with gr.Column():
53
 
 
47
  with gr.Column():
48
  alt_go_btn = gr.Button()
49
  out_audio = gr.Audio(interactive=False)
50
+ with gr.Box():
51
+ with gr.Row():
52
+ gr.Markdown('''<H1> Source:''')
53
  with gr.Row():
54
  with gr.Column():
55