Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
344dc28
1
Parent(s):
31f3926
Update app.py
Browse files
app.py
CHANGED
@@ -133,8 +133,8 @@ with gr.Blocks(css=css, theme="prithivMLmods/Minecraft-Theme") as demo:
|
|
133 |
placeholder="Enter your prompt",
|
134 |
container=False,
|
135 |
)
|
136 |
-
run_button = gr.Button("Run", scale=0
|
137 |
-
|
138 |
|
139 |
with gr.Row(visible=True):
|
140 |
grid_size_selection = gr.Dropdown(
|
|
|
133 |
placeholder="Enter your prompt",
|
134 |
container=False,
|
135 |
)
|
136 |
+
run_button = gr.Button("Run", scale=0)
|
137 |
+
result = gr.Gallery(label="Result", columns=1, preview=True, show_label=False)
|
138 |
|
139 |
with gr.Row(visible=True):
|
140 |
grid_size_selection = gr.Dropdown(
|