mrfakename commited on
Commit
5bf4604
·
verified ·
1 Parent(s): c8df807

Update app.py

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