Commit
•
ed83577
1
Parent(s):
11c2c54
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ with gr.Blocks(css=css, theme=theme) as demo:
|
|
53 |
''')
|
54 |
with gr.Group():
|
55 |
with gr.Row():
|
56 |
-
prompt = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt"
|
57 |
button = gr.Button("Generate", min_width=120)
|
58 |
output = ImageSlider(label="Left: PAG, Right: No PAG", interactive=False)
|
59 |
with gr.Accordion("Advanced Settings", open=False):
|
|
|
53 |
''')
|
54 |
with gr.Group():
|
55 |
with gr.Row():
|
56 |
+
prompt = gr.Textbox(show_label=False, scale=4, placeholder="Your prompt")
|
57 |
button = gr.Button("Generate", min_width=120)
|
58 |
output = ImageSlider(label="Left: PAG, Right: No PAG", interactive=False)
|
59 |
with gr.Accordion("Advanced Settings", open=False):
|