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