Yntec commited on
Commit
242efa0
β€’
1 Parent(s): c672df2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks() as demo:
61
  """
62
  )
63
  with gr.Row():
64
- output = [gr.Image(label = m, min_width=768) for m in default_models]
65
  current_models = [gr.Textbox(m, visible = False) for m in default_models]
66
 
67
  for m, o in zip(current_models, output):
 
61
  """
62
  )
63
  with gr.Row():
64
+ output = [gr.Image(label = m, min_width=480) for m in default_models]
65
  current_models = [gr.Textbox(m, visible = False) for m in default_models]
66
 
67
  for m, o in zip(current_models, output):