OpenSound commited on
Commit
bf96c55
·
verified ·
1 Parent(s): 15fa66d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -116,6 +116,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
116
  with gr.Row():
117
  text_input = gr.Textbox(
118
  label="Text Prompt",
 
119
  max_lines=2,
120
  placeholder="Enter your prompt",
121
  container=False,
 
116
  with gr.Row():
117
  text_input = gr.Textbox(
118
  label="Text Prompt",
119
+ show_label=True,
120
  max_lines=2,
121
  placeholder="Enter your prompt",
122
  container=False,