Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks(css=css) as app:
|
|
127 |
with gr.Row():
|
128 |
# text_button = gr.Button("Run", variant='primary', elem_id="gen-button")
|
129 |
text_button = gr.Button("✨ Generate Image", variant='primary', elem_classes=["generate-btn"])
|
130 |
-
with gr.
|
131 |
with gr.Row():
|
132 |
image_output = gr.Image(type="pil", label="Image Output", elem_id="gallery")
|
133 |
with gr.Row():
|
|
|
127 |
with gr.Row():
|
128 |
# text_button = gr.Button("Run", variant='primary', elem_id="gen-button")
|
129 |
text_button = gr.Button("✨ Generate Image", variant='primary', elem_classes=["generate-btn"])
|
130 |
+
with gr.Row():
|
131 |
with gr.Row():
|
132 |
image_output = gr.Image(type="pil", label="Image Output", elem_id="gallery")
|
133 |
with gr.Row():
|