mrbeliever commited on
Commit
49ee018
·
verified ·
1 Parent(s): 360d30e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ async def generate3(prompt):
98
  with gr.Blocks(css="style.css") as demo:
99
  gr.Markdown(DESCRIPTION)
100
  with gr.Row():
101
- user_input = gr.Textbox(label="Prompt", value="")
102
  input_text = gr.Textbox(label="Input Text", elem_id="important")
103
  output_audio = gr.Audio(label="Womener AI", type="filepath",
104
  interactive=False,
 
98
  with gr.Blocks(css="style.css") as demo:
99
  gr.Markdown(DESCRIPTION)
100
  with gr.Row():
101
+ user_input = gr.Textbox(label="Type Your Question", value="")
102
  input_text = gr.Textbox(label="Input Text", elem_id="important")
103
  output_audio = gr.Audio(label="Womener AI", type="filepath",
104
  interactive=False,