Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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="
|
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:
|
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
|