drakosfire commited on
Commit
7199bd5
·
1 Parent(s): 3d9e137

cleaning up

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -184,7 +184,7 @@ with gr.Blocks() as demo:
184
  scale = 1,
185
  value = None,
186
  show_label = True,
187
- columns = [4], rows = [4],
188
  object_fit = "contain",
189
  height = "auto",
190
  elem_id = "Template Gallery",
@@ -250,7 +250,7 @@ with gr.Blocks() as demo:
250
  value = [],
251
  show_label= True,
252
  scale= 5,
253
- columns =[2], rows = [2],
254
  object_fit= "fill",
255
  height = "768",
256
  elem_id = "Generated Cards Gallery",
 
184
  scale = 1,
185
  value = None,
186
  show_label = True,
187
+ columns = [1], rows = [1],
188
  object_fit = "contain",
189
  height = "auto",
190
  elem_id = "Template Gallery",
 
250
  value = [],
251
  show_label= True,
252
  scale= 5,
253
+ columns =[1], rows = [4],
254
  object_fit= "fill",
255
  height = "768",
256
  elem_id = "Generated Cards Gallery",