linoyts HF Staff commited on
Commit
a951265
·
verified ·
1 Parent(s): 841fa13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -8
app.py CHANGED
@@ -495,20 +495,15 @@ with gr.Blocks(css=css) as demo:
495
 
496
  history_gallery = gr.Gallery(
497
  label="Click any image to use as input",
498
- columns=4,
499
- rows=2,
500
- object_fit="contain",
501
- height="auto",
502
  interactive=False,
503
  show_label=True
504
  )
505
 
506
  with gr.Row():
507
  prompt = gr.Text(
508
- label="Prompt",
509
- show_label=False,
510
- placeholder="describe the edit instruction",
511
- container=False,
512
  )
513
  run_button = gr.Button("Edit!", variant="primary")
514
 
 
495
 
496
  history_gallery = gr.Gallery(
497
  label="Click any image to use as input",
 
 
 
 
498
  interactive=False,
499
  show_label=True
500
  )
501
 
502
  with gr.Row():
503
  prompt = gr.Text(
504
+ label="Prompt 🪄",
505
+ show_label=True,
506
+ placeholder="Next scene: The camera dollies in to a tight close-up...",
 
507
  )
508
  run_button = gr.Button("Edit!", variant="primary")
509