Xhaheen commited on
Commit
03ded0d
β€’
1 Parent(s): 1c4577c

Update lexica.py

Browse files
Files changed (1) hide show
  1. lexica.py +1 -1
lexica.py CHANGED
@@ -73,7 +73,7 @@ inputs =[ gr.Textbox(label = 'Enter prompt to search Lexica.art'),
73
  gr.Slider(label='Number of images ', minimum = 4, maximum = 20, step = 1, value = 4)]
74
 
75
 
76
- outputs= [gr.Gallery(lable='Output gallery').style(grid=1,height=100,container=True),
77
  gr.Dataframe(label='links and prompts for corresponding images')]
78
 
79
  # Create and launch the interface
 
73
  gr.Slider(label='Number of images ', minimum = 4, maximum = 20, step = 1, value = 4)]
74
 
75
 
76
+ outputs= [gr.Gallery(lable='Output gallery').style(grid=4,height=100,container=True),
77
  gr.Dataframe(label='links and prompts for corresponding images')]
78
 
79
  # Create and launch the interface