mrfakename commited on
Commit
9fa81fd
·
verified ·
1 Parent(s): 45fac21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Row(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
 
 
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