Update app.py
Browse files
app.py
CHANGED
@@ -210,7 +210,7 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
210 |
examples = examples,
|
211 |
inputs = [text_prompt],
|
212 |
)
|
213 |
-
|
214 |
with gr.Row():
|
215 |
clear_results = gr.Button(value="Clear Image 🗑️", variant="primary", elem_id="clear_button")
|
216 |
clear_results.click(lambda: (None), None, [image_output], queue=False, show_api=False)
|
|
|
210 |
examples = examples,
|
211 |
inputs = [text_prompt],
|
212 |
)
|
213 |
+
with gr.Column():
|
214 |
with gr.Row():
|
215 |
clear_results = gr.Button(value="Clear Image 🗑️", variant="primary", elem_id="clear_button")
|
216 |
clear_results.click(lambda: (None), None, [image_output], queue=False, show_api=False)
|