Update app.py
Browse files
app.py
CHANGED
|
@@ -422,7 +422,7 @@ with gr.Blocks() as app_multistyle:
|
|
| 422 |
insert_btn = gr.Button("Insert Label", variant="secondary")
|
| 423 |
with gr.Column(scale=3):
|
| 424 |
audio_input = gr.Audio(label="Reference Audio", type="filepath")
|
| 425 |
-
with gr.
|
| 426 |
ref_text_input = gr.Textbox(label="Reference Text", lines=8, scale=3)
|
| 427 |
ref_text_file_input = gr.File(
|
| 428 |
label="Load Reference Text from File (.txt)", file_types=[".txt"], scale=1
|
|
|
|
| 422 |
insert_btn = gr.Button("Insert Label", variant="secondary")
|
| 423 |
with gr.Column(scale=3):
|
| 424 |
audio_input = gr.Audio(label="Reference Audio", type="filepath")
|
| 425 |
+
with gr.Column(scale=4):
|
| 426 |
ref_text_input = gr.Textbox(label="Reference Text", lines=8, scale=3)
|
| 427 |
ref_text_file_input = gr.File(
|
| 428 |
label="Load Reference Text from File (.txt)", file_types=[".txt"], scale=1
|