Spaces:
Running
on
Zero
Running
on
Zero
fallenshock
commited on
Commit
·
663c49d
1
Parent(s):
f2d2079
update login button position
Browse files
app.py
CHANGED
|
@@ -212,6 +212,8 @@ with gr.Blocks() as demo:
|
|
| 212 |
|
| 213 |
|
| 214 |
gr.HTML(intro)
|
|
|
|
|
|
|
| 215 |
|
| 216 |
with gr.Row(equal_height=True):
|
| 217 |
image_src = gr.Image(type="filepath", label="Source Image", value="inputs/cat.png",)
|
|
@@ -233,8 +235,7 @@ with gr.Blocks() as demo:
|
|
| 233 |
tar_guidance_scale = gr.Slider(minimum=1.0, maximum=30.0, value=13.5, label="tar_guidance_scale")
|
| 234 |
|
| 235 |
with gr.Row():
|
| 236 |
-
submit_button = gr.Button("Run FlowEdit", variant="primary"
|
| 237 |
-
gr.LoginButton(value="Login to HF (For SD3 and FLUX access)", scale=1)
|
| 238 |
|
| 239 |
|
| 240 |
with gr.Accordion(label="Advanced Settings", open=False):
|
|
|
|
| 212 |
|
| 213 |
|
| 214 |
gr.HTML(intro)
|
| 215 |
+
with gr.Row():
|
| 216 |
+
gr.LoginButton(value="Login to HF (For SD3 and FLUX access)", variant="primary")
|
| 217 |
|
| 218 |
with gr.Row(equal_height=True):
|
| 219 |
image_src = gr.Image(type="filepath", label="Source Image", value="inputs/cat.png",)
|
|
|
|
| 235 |
tar_guidance_scale = gr.Slider(minimum=1.0, maximum=30.0, value=13.5, label="tar_guidance_scale")
|
| 236 |
|
| 237 |
with gr.Row():
|
| 238 |
+
submit_button = gr.Button("Run FlowEdit", variant="primary")
|
|
|
|
| 239 |
|
| 240 |
|
| 241 |
with gr.Accordion(label="Advanced Settings", open=False):
|