fffiloni commited on
Commit
fc26316
1 Parent(s): 7cc1a9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -296,7 +296,7 @@ with gr.Blocks(css=css) as demo:
296
  with gr.Column():
297
  caption = gr.Textbox(
298
  label = "Inspirational musical prompt",
299
- max_lines = 3,
300
  interactive = False
301
  )
302
  retry_btn = gr.Button("Retry with edited prompt", visible=False)
 
296
  with gr.Column():
297
  caption = gr.Textbox(
298
  label = "Inspirational musical prompt",
299
+ max_lines = 6,
300
  interactive = False
301
  )
302
  retry_btn = gr.Button("Retry with edited prompt", visible=False)