Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
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,
|