LiruiZhao commited on
Commit
c50608b
·
verified ·
1 Parent(s): 900a405

[Minor] Add emoji to make it more eye-catching.

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -451,7 +451,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
451
  reset_button = gr.Button("Reset")
452
  generate_button = gr.Button("Generate")
453
  with gr.Row():
454
- list_input = gr.Textbox(label="Input List", placeholder="Enter one item per line", lines=10)
455
  with gr.Row():
456
  list_generate_button = gr.Button("List Generate")
457
  with gr.Row():
@@ -481,13 +481,13 @@ with gr.Blocks(css="footer {visibility: hidden}") as demo:
481
  with gr.Column():
482
  edited_mask = gr.Image(label=f"Output Mask", type="pil", interactive=False)
483
 
484
- with gr.Accordion('Click to see more (includes generation process per object for list generation and per step for single generation)', open=False):
485
  with gr.Row():
486
  weather_close_video = gr.Radio(
487
  ["Show Image Video", "Close Image Video"],
488
  value="Close Image Video",
489
  type="index",
490
- label="Image Generation Process Selection (close for faster generation)",
491
  interactive=True,
492
  )
493
  decode_image_batch = gr.Number(value=10, precision=0, label="Decode Image Batch (<steps)", interactive=True)
 
451
  reset_button = gr.Button("Reset")
452
  generate_button = gr.Button("Generate")
453
  with gr.Row():
454
+ list_input = gr.Textbox(label="Input List", placeholder="Enter one item per line\nThe generation time increases with the quantity.", lines=10)
455
  with gr.Row():
456
  list_generate_button = gr.Button("List Generate")
457
  with gr.Row():
 
481
  with gr.Column():
482
  edited_mask = gr.Image(label=f"Output Mask", type="pil", interactive=False)
483
 
484
+ with gr.Accordion('👇 Click to see more (includes generation process per object for list generation and per step for single generation)', open=False):
485
  with gr.Row():
486
  weather_close_video = gr.Radio(
487
  ["Show Image Video", "Close Image Video"],
488
  value="Close Image Video",
489
  type="index",
490
+ label="Image Generation Process Selection For Single Generation (close for faster generation)",
491
  interactive=True,
492
  )
493
  decode_image_batch = gr.Number(value=10, precision=0, label="Decode Image Batch (<steps)", interactive=True)