Spaces:
Paused
Paused
Commit
β’
43907f9
1
Parent(s):
fe52d88
Update app.py
Browse files
app.py
CHANGED
@@ -321,7 +321,7 @@ with gr.Blocks(css="custom.css") as demo:
|
|
321 |
)
|
322 |
selected_state = gr.State()
|
323 |
with gr.Row(elem_id="main_app"):
|
324 |
-
with gr.Column(scale=3)
|
325 |
with gr.Group(elem_id="gallery_box"):
|
326 |
photo = ImageSlider(label="Upload a picture of yourself", interactive=True, type="pil")
|
327 |
selected_loras = gr.Gallery(label="Selected LoRAs", height=80, show_share_button=False, visible=False, elem_id="gallery_selected", )
|
|
|
321 |
)
|
322 |
selected_state = gr.State()
|
323 |
with gr.Row(elem_id="main_app"):
|
324 |
+
with gr.Column(scale=3):
|
325 |
with gr.Group(elem_id="gallery_box"):
|
326 |
photo = ImageSlider(label="Upload a picture of yourself", interactive=True, type="pil")
|
327 |
selected_loras = gr.Gallery(label="Selected LoRAs", height=80, show_share_button=False, visible=False, elem_id="gallery_selected", )
|