Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks(css=css, theme="prithivMLmods/Minecraft-Theme") as demo:
|
|
149 |
label="Quality Style",
|
150 |
)
|
151 |
|
152 |
-
with gr.Row(visible=
|
153 |
grid_size_selection = gr.Dropdown(
|
154 |
choices=["2x1", "1x2", "2x2", "2x3", "3x2", "1x1"],
|
155 |
value="1x1",
|
|
|
149 |
label="Quality Style",
|
150 |
)
|
151 |
|
152 |
+
with gr.Row(visible=False):
|
153 |
grid_size_selection = gr.Dropdown(
|
154 |
choices=["2x1", "1x2", "2x2", "2x3", "3x2", "1x1"],
|
155 |
value="1x1",
|