prithivMLmods commited on
Commit
60edc87
·
verified ·
1 Parent(s): 6f201cb

update app ✅

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -242,6 +242,7 @@ with gr.Blocks() as demo:
242
  prompt = gr.Text(
243
  label="Edit Prompt",
244
  show_label=True,
 
245
  placeholder="e.g., transform into anime, upscale, change lighting...",
246
  )
247
 
 
242
  prompt = gr.Text(
243
  label="Edit Prompt",
244
  show_label=True,
245
+ max_lines=2
246
  placeholder="e.g., transform into anime, upscale, change lighting...",
247
  )
248