seawolf2357 commited on
Commit
db675d1
·
verified ·
1 Parent(s): 80cfa3a

Update app.py

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