DazDin commited on
Commit
30f9cbb
·
verified ·
1 Parent(s): afdc72e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def make_me():
50
  stop_button.click(on_stop_click, inputs=None, outputs=[gen_button, stop_button])
51
 
52
  with gr.Row():
53
- output = [gr.Image(label=m, min_width=250, height=250, elem_id="custom_image", show_label=True, interactive=False, show_share_button=False) for m in default_models]
54
  current_models = [gr.Textbox(m, visible=False) for m in default_models]
55
  for m, o in zip(current_models, output):
56
  gen_event = gen_button.click(gen_fn, [m, txt_input], o)
 
50
  stop_button.click(on_stop_click, inputs=None, outputs=[gen_button, stop_button])
51
 
52
  with gr.Row():
53
+ output = [gr.Image(label=m, min_width=250, height=300, elem_id="custom_image", show_label=True, interactive=False, show_share_button=False) for m in default_models]
54
  current_models = [gr.Textbox(m, visible=False) for m in default_models]
55
  for m, o in zip(current_models, output):
56
  gen_event = gen_button.click(gen_fn, [m, txt_input], o)