Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -387,7 +387,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
387 |
placeholder="Enter your prompt",
|
388 |
container=False,
|
389 |
)
|
390 |
-
run_button = gr.Button("Generate as (1024 x 1024)
|
391 |
|
392 |
with gr.Row(visible=True):
|
393 |
grid_size_selection = gr.Dropdown(
|
|
|
387 |
placeholder="Enter your prompt",
|
388 |
container=False,
|
389 |
)
|
390 |
+
run_button = gr.Button("Generate as (1024 x 1024)🍺", scale=0, elem_classes="submit-btn")
|
391 |
|
392 |
with gr.Row(visible=True):
|
393 |
grid_size_selection = gr.Dropdown(
|