Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
bffa7df
1
Parent(s):
d75e092
Update app.py
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
|
|
142 |
with gr.Column(scale=1):
|
143 |
generate_button = gr.Button("Generate", variant="primary")
|
144 |
with gr.Row():
|
145 |
-
with gr.Column(scale=
|
146 |
selected_info = gr.Markdown("")
|
147 |
gallery = gr.Gallery(
|
148 |
[(item["image"], item["title"]) for item in loras],
|
@@ -151,7 +151,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
|
|
151 |
columns=2
|
152 |
)
|
153 |
|
154 |
-
with gr.Column(scale=
|
155 |
result = gr.Image(label="Generated Image")
|
156 |
|
157 |
with gr.Row():
|
|
|
142 |
with gr.Column(scale=1):
|
143 |
generate_button = gr.Button("Generate", variant="primary")
|
144 |
with gr.Row():
|
145 |
+
with gr.Column(scale=2):
|
146 |
selected_info = gr.Markdown("")
|
147 |
gallery = gr.Gallery(
|
148 |
[(item["image"], item["title"]) for item in loras],
|
|
|
151 |
columns=2
|
152 |
)
|
153 |
|
154 |
+
with gr.Column(scale=3):
|
155 |
result = gr.Image(label="Generated Image")
|
156 |
|
157 |
with gr.Row():
|