Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,9 @@ with gr.Blocks(css=css) as demo:
|
|
69 |
|
70 |
with gr.Row():
|
71 |
with gr.Column():
|
72 |
-
ip_adapter_images = gr.Gallery(label="Input Images", elem_id="image-gallery").style(grid=[2], preview=True)
|
|
|
|
|
73 |
ip_adapter_scale = gr.Slider(
|
74 |
label="Image Input Scale",
|
75 |
info="Use 1 for creating image variations",
|
|
|
69 |
|
70 |
with gr.Row():
|
71 |
with gr.Column():
|
72 |
+
# ip_adapter_images = gr.Gallery(label="Input Images", elem_id="image-gallery").style(grid=[2], preview=True)
|
73 |
+
ip_adapter_images = gr.Gallery(label="Input Images", elem_id="image-gallery", show_label=True)#.style(grid=[2])
|
74 |
+
|
75 |
ip_adapter_scale = gr.Slider(
|
76 |
label="Image Input Scale",
|
77 |
info="Use 1 for creating image variations",
|