Spaces:
Runtime error
Runtime error
Commit ·
e2d4258
1
Parent(s): 1c791ce
layout adjustment
Browse files
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 =
|
| 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 |
|