LeeveWasTaken commited on
Commit
21bed0e
·
verified ·
1 Parent(s): cfe38d8

Update app.py

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