jordonpeter01 commited on
Commit
17abe49
1 Parent(s): d936248

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=512) 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):