poemsforaphrodite commited on
Commit
0804336
1 Parent(s): 4300ea8

Update openvoice_app.py

Browse files
Files changed (1) hide show
  1. openvoice_app.py +2 -2
openvoice_app.py CHANGED
@@ -91,7 +91,7 @@ with gr.Blocks(gr.themes.Glass()) as demo:
91
  with gr.Row():
92
  with gr.Column():
93
  input_text_gr = gr.Textbox(
94
- label="Create this",
95
  info="One or two sentences at a time is better. Up to 200 text characters.",
96
  value="He hoped there would be stew for dinner, turnips and carrots and bruised potatoes and fat mutton pieces to be ladled out in thick, peppered, flour-fattened sauce.",
97
  )
@@ -103,7 +103,7 @@ with gr.Blocks(gr.themes.Glass()) as demo:
103
  value="default",
104
  )
105
  ref_gr = gr.Audio(
106
- label="Original audio",
107
  type="filepath",
108
  sources=["upload"], # Allow only upload
109
  )
 
91
  with gr.Row():
92
  with gr.Column():
93
  input_text_gr = gr.Textbox(
94
+ label="Create This",
95
  info="One or two sentences at a time is better. Up to 200 text characters.",
96
  value="He hoped there would be stew for dinner, turnips and carrots and bruised potatoes and fat mutton pieces to be ladled out in thick, peppered, flour-fattened sauce.",
97
  )
 
103
  value="default",
104
  )
105
  ref_gr = gr.Audio(
106
+ label="Original Audio",
107
  type="filepath",
108
  sources=["upload"], # Allow only upload
109
  )