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