multimodalart HF staff commited on
Commit
3e21e1d
1 Parent(s): 92c7c82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ with gr.Blocks(css=css) as demo:
133
  with gr.Row():
134
  prompt = gr.Textbox(label="Your prompt", info="Rearrange the trigger words into a coherent prompt", show_label=False, interactive=True, elem_id="prompt")
135
  run_btn = gr.Button("Run", elem_id="run_button")
136
- output_image = gr.Image(label="Output", height=355)
137
  with gr.Row(visible=False, elem_id="post_gen_info") as post_gen_info:
138
  with gr.Column(min_width=10):
139
  thumbs_up = gr.Button("👍")
 
133
  with gr.Row():
134
  prompt = gr.Textbox(label="Your prompt", info="Rearrange the trigger words into a coherent prompt", show_label=False, interactive=True, elem_id="prompt")
135
  run_btn = gr.Button("Run", elem_id="run_button")
136
+ output_image = gr.Image(label="Output", height=355, elem_id="output_image")
137
  with gr.Row(visible=False, elem_id="post_gen_info") as post_gen_info:
138
  with gr.Column(min_width=10):
139
  thumbs_up = gr.Button("👍")