Spaces:
Sleeping
Sleeping
Commit
•
69ac06c
1
Parent(s):
b567979
Update app.py
Browse files
app.py
CHANGED
@@ -207,7 +207,7 @@ with gr.Blocks(css=css) as demo:
|
|
207 |
with gr.Row(elem_id="prompt_area"):
|
208 |
prompt = gr.Textbox(label="Your prompt", info="Rearrange the trigger words into a coherent prompt", show_label=False, interactive=True, elem_id="prompt")
|
209 |
run_btn = gr.Button("Run", elem_id="run_button")
|
210 |
-
output_image = gr.Image(label="Output", height=
|
211 |
with gr.Column(visible=False, elem_id="post_gen_info") as post_gen_info:
|
212 |
with gr.Row():
|
213 |
with gr.Column(min_width=10):
|
|
|
207 |
with gr.Row(elem_id="prompt_area"):
|
208 |
prompt = gr.Textbox(label="Your prompt", info="Rearrange the trigger words into a coherent prompt", show_label=False, interactive=True, elem_id="prompt")
|
209 |
run_btn = gr.Button("Run", elem_id="run_button")
|
210 |
+
output_image = gr.Image(label="Output", height=460, elem_id="output_image", interactive=False)
|
211 |
with gr.Column(visible=False, elem_id="post_gen_info") as post_gen_info:
|
212 |
with gr.Row():
|
213 |
with gr.Column(min_width=10):
|