drakosfire commited on
Commit
e2d4258
1 Parent(s): 1c791ce

layout adjustment

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ with gr.Blocks() as demo:
178
  show_label = True,
179
  columns = [3], rows = [3],
180
  object_fit = "contain",
181
- height = "auto",
182
  elem_id = "Template Gallery",
183
  interactive=True)
184
 
 
178
  show_label = True,
179
  columns = [3], rows = [3],
180
  object_fit = "contain",
181
+ height = None,
182
  elem_id = "Template Gallery",
183
  interactive=True)
184