prithivMLmods commited on
Commit
7db3f8c
·
verified ·
1 Parent(s): 60edc87

update app ✅

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