Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
477a209
1
Parent(s):
48df6f9
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ with gr.Blocks(css=css, theme=theme) as demo:
|
|
52 |
with gr.Row():
|
53 |
prompt = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt", info="Leave blank to test unconditional generation")
|
54 |
button = gr.Button("Generate", min_width=120)
|
55 |
-
output = ImageSlider(label="Left: PAG
|
56 |
with gr.Accordion("Advanced Settings", open=False):
|
57 |
guidance_scale = gr.Number(label="Guidance Scale", value=7.0)
|
58 |
pag_scale = gr.Number(label="Pag Scale", value=3.0)
|
|
|
52 |
with gr.Row():
|
53 |
prompt = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt", info="Leave blank to test unconditional generation")
|
54 |
button = gr.Button("Generate", min_width=120)
|
55 |
+
output = ImageSlider(label="Left: PAG, Right: No PAG", interactive=False)
|
56 |
with gr.Accordion("Advanced Settings", open=False):
|
57 |
guidance_scale = gr.Number(label="Guidance Scale", value=7.0)
|
58 |
pag_scale = gr.Number(label="Pag Scale", value=3.0)
|