Spaces:
Runtime error
Runtime error
Update vc.py
Browse files
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 |
|