Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -399,7 +399,7 @@ with gr.Blocks() as app_multistyle:
|
|
399 |
regular_insert = gr.Button("Insert Label", variant="secondary")
|
400 |
with gr.Column(scale=3):
|
401 |
regular_audio = gr.Audio(label="Regular Reference Audio", type="filepath")
|
402 |
-
with gr.
|
403 |
regular_ref_text = gr.Textbox(label="Reference Text (Regular)", lines=8, scale=3)
|
404 |
regular_ref_text_file = gr.File(label="Load Reference Text from File (.txt)", file_types=[".txt"], scale=1)
|
405 |
|
|
|
399 |
regular_insert = gr.Button("Insert Label", variant="secondary")
|
400 |
with gr.Column(scale=3):
|
401 |
regular_audio = gr.Audio(label="Regular Reference Audio", type="filepath")
|
402 |
+
with gr.Column(scale=4, equal_height=True):
|
403 |
regular_ref_text = gr.Textbox(label="Reference Text (Regular)", lines=8, scale=3)
|
404 |
regular_ref_text_file = gr.File(label="Load Reference Text from File (.txt)", file_types=[".txt"], scale=1)
|
405 |
|