Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,6 @@ async def generate_audio(prompt):
|
|
47 |
# ...
|
48 |
|
49 |
with gr.Blocks(css="style.css") as demo:
|
50 |
-
gr.Markdown(DESCRIPTION)
|
51 |
with gr.Row():
|
52 |
user_input = gr.Textbox(label="Prompt", value="What is Wikipedia")
|
53 |
input_text = gr.Textbox(label="Input Text", elem_id="important")
|
|
|
47 |
# ...
|
48 |
|
49 |
with gr.Blocks(css="style.css") as demo:
|
|
|
50 |
with gr.Row():
|
51 |
user_input = gr.Textbox(label="Prompt", value="What is Wikipedia")
|
52 |
input_text = gr.Textbox(label="Input Text", elem_id="important")
|