Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
cd63d48
1
Parent(s):
43907f9
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=
|
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", )
|
@@ -340,7 +340,7 @@ with gr.Blocks(css="custom.css") as demo:
|
|
340 |
show_share_button=False,
|
341 |
height=784
|
342 |
)
|
343 |
-
with gr.Column(scale=
|
344 |
with gr.Row():
|
345 |
prompt = gr.Textbox(label="Prompt", show_label=False, lines=1, max_lines=1, placeholder="A person", elem_id="prompt")
|
346 |
button = gr.Button("Run", elem_id="run_button")
|
|
|
321 |
)
|
322 |
selected_state = gr.State()
|
323 |
with gr.Row(elem_id="main_app"):
|
324 |
+
with gr.Column(scale=2):
|
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", )
|
|
|
340 |
show_share_button=False,
|
341 |
height=784
|
342 |
)
|
343 |
+
with gr.Column(scale=3):
|
344 |
with gr.Row():
|
345 |
prompt = gr.Textbox(label="Prompt", show_label=False, lines=1, max_lines=1, placeholder="A person", elem_id="prompt")
|
346 |
button = gr.Button("Run", elem_id="run_button")
|