linoyts HF Staff commited on
Commit
8190b8a
·
verified ·
1 Parent(s): 188099e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -459,7 +459,7 @@ with gr.Blocks() as demo:
459
  with gr.Column():
460
  # Gallery component for multiple image upload
461
  gallery_component = gr.Gallery(
462
- label="Upload Images",
463
  show_label=True,
464
  elem_id="gallery",
465
  columns=3,
@@ -475,7 +475,7 @@ with gr.Blocks() as demo:
475
  choices=["reference", "first - last frame", "random transitions"],
476
  value="reference",
477
  label="Control Mode",
478
- info="Reference: Reference to Video | First - Last Frame: First-Last Frame to Video | Random Transitions: Random to Video"
479
  )
480
 
481
  # Background removal checkbox moved here - right beneath control modes
 
459
  with gr.Column():
460
  # Gallery component for multiple image upload
461
  gallery_component = gr.Gallery(
462
+ label="upload 1 or more images",
463
  show_label=True,
464
  elem_id="gallery",
465
  columns=3,
 
475
  choices=["reference", "first - last frame", "random transitions"],
476
  value="reference",
477
  label="Control Mode",
478
+ info="Reference: upload reference images to take elements from | First - Last Frame: upload 1st and last frames| Random Transitions: upload images to be used as frame anchors"
479
  )
480
 
481
  # Background removal checkbox moved here - right beneath control modes