DazDin commited on
Commit
f7fc379
1 Parent(s): 76b97b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def make_me():
58
  </div>
59
  """)
60
  with gr.Row():
61
- output = [gr.Image(label=m, min_width=500, height=500) for m in default_models]
62
  current_models = [gr.Textbox(m, visible=False) for m in default_models]
63
  for m, o in zip(current_models, output):
64
  gen_event = gen_button.click(gen_fn, [m, txt_input], o)
 
58
  </div>
59
  """)
60
  with gr.Row():
61
+ output = [gr.Image(label=m, min_width=100, height=100) for m in default_models]
62
  current_models = [gr.Textbox(m, visible=False) for m in default_models]
63
  for m, o in zip(current_models, output):
64
  gen_event = gen_button.click(gen_fn, [m, txt_input], o)