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